Closed
Description
I am using the parse-server-mailgun
adapter to send verification and reset mails to my user. As my app is offered in different languages I am currently trying to localize those email by using different templates. Therefore I updated the sendVerificationEmail
and sendPasswordResetEmail
functions inside the adapter to read the user locale
property that I set before on signup and serve the desired template.
Unfortunately calling user.get('locale')
returns null
and I don't know why.
Doesn't the mail adapter has access to the full user object?
Any help on this would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels