application pages

0
My customer wants me to add functionality to send emails from the application. How can i accomplish this
asked
2 answers
1

If you want to send email from your app, you have 2 options:

 

Option 1

You can use an external email service like mandrill/sendinblue/Mailgun etc.

Does services do have an easy API integration available to send emails from your application.

 

Option 2

The other option is to use Mendix own ability to send email or use SMTP through the EmailTemplates module of Mendix.

This is a bit more complex, but you don't need an external service for it.

answered
1

https://docs.mendix.com/developerportal/deploy/sending-email/

answered