how to send emails from app page?

0
I want to create a button in my mendix page through which the user can send email. how can we achieve that in mendix?
asked
2 answers
4

Here is documentation on how to send emails with your Mendix app.

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

 

Download the email with templates module: https://marketplace.mendix.com/link/component/259 and follow the documentation:

  1. Download Email template Module
  2. configure it.
  3. use in-built microflow "IVK_SendEmail

 

This is a good way and after some practice you should be able to implement it within 1 hour.

answered
0

Also, you may want to try a pre-configured email app service. https://marketplace.mendix.com/link/component/118393

This service takes away the pain of complex setups, it's now available for trial and subscription.

 

answered