Hi, Use case:- I need to send an Email notification from my Mendix App. For that I have REST APIs application which is built top of the Mailgun. To send an email, Do I need to setup any other template module ?
asked
Mohit Lalwani
1 answers
0
E-mail module with Templates can use Mailguns SMTP support if you wanted to use templates and send emails using that.
To use the REST API I believe you have to send the body of the email pre-populated.