bcomeau / parse-server-mailgun-adapter-template

Used to send Parse Server password reset and email verification emails though Mailgun
Other
11 stars 12 forks source link

Multilingual emails #3

Open bcomeau opened 8 years ago

bcomeau commented 8 years ago

It could be useful to have localized email subject/body matching the user's communication preferences.

A column could be added to the User class to save some sort of localeIdentifier. Like used in the Installation class.

The localization could be done simply by using a subject/body for each supported language with a default one.

pcg92 commented 7 years ago

Any idea how can we do this?

muskacirca commented 6 years ago

It seems to be an interesting feature !