EmailTemplate is Empty

0
  I am using EmailConnector Module and ForgotPassword Module according to this document https://docs.mendix.com/appstore/modules/forgot-password/ ,but I did not get how to use the exist signUp from ForgotPassword Module. I figure out that there was an empty template. How to fix it?    
asked
1 answers
0

Unfortunately I can not see how you did the retrieve from database of the email template. Double check that the name you retrieve is the same as the template that you created. Assumption is that you created the template with the name Forgot_Password_Reset and that you indeed tried to retrieve that template with that name. Otherwise put a breakpoint on that microflow and try to find out why that retrieve ended up empty.

Regards,

Ronald

 

answered