Sending email from my application

1
Hi, I would like to send an email with the activation link to the users from my application. I tried to configure the MxModelRefelction and EmailTemplate based on the link, https://world.mendix.com/display/howto50/Send+Custom+Emails+From+Your+App But, the documentation seems to be outdated and I am not able to achieve what I want to. Any suggestions on how to send emails from the application? Please guide. Thanks in advance.
asked
2 answers
0

Hi, You can call the Microflow Sub_CreateAndSendEmail in an microflow with the data to send the e-mail. Give the parameters like which template etc.

You need to add all the settings in the app its self so make sure you have the emailTemplate_Administration snippet in a page that you can access from your application.

answered
0

Hi Madhu,

This same use case I am also implementing but facing same issues , were you able to implement email from Mendix.

 

answered