Sending Email from Mendix App

0
As we are new to mendix, we are developing an app in Mendix. We integrated the Email Template module and all its dependencies. Now we get stuck with how to proceed and what are pre-requisites to send mail from the app. we need any server support Thank You for the Respones
asked
1 answers
0

Was the test e-mail successfully sent after setting up the configuration? If so then all you have to do is create a template and a microflow that retrieves the template and sends the e-mail based on the template. See the example microflows in the _Example folder of the module. Don’t forget to run ModelReflection if you are using Tokens (variables) in your e-mail.

answered