feat(dx): multilingual email sending #74
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently transactional emails are always in English. This is okay in general, but for multilingual users who might have a preferred language, it would be good to send emails that way.
The client could either handle the sending of the email text when sending the API request, but that means the client is relied upon. I don't know whether that makes sense for emails to self. (note: the email address will never come from the client because delivery would be at risk)
Alternatively, we could see how to do multilingual support direct in the backend.