I’m in the process of building a multi language mobile app where the user has the ability to register with the service as well as indicate his/hers preferred language of communication.
The issue that I’m facing with is the fact that I can’t find a way to send the confirmation email in the language that the user has selected for communicating with him/her.
While trying to solve this issue I thought that I can use an external application that monitors a table that I insert the information required in order to construct the required confirmation email in the language that the user has selected and send out the email to the user. This part was no problem but when I went ahead in the “user” service and cleared the “Open Reg Email Template” in order to prevent DF from sending out the confirmation emails, I started receiving a 500 status code with the message “Error processing user confirmation. No default email template for user invite.” while trying to register the user with DF.
Does anybody know of a way that I can either send localized emails through DF or how can I register a user through open registration process without allowing DF to send the confirmation emails but rather send these emails (since I do need the confirmation anyway) on my own?
Thanks
George