Send an email containing a form

-1
Hello, I am new to Mendix and I would like some help.  I have created a form that clients should fill in. I would like to send an mail containing the form results every time a customer fill in one. How can I do it ?  Thank you.
asked
5 answers
1

For this you can use the email template module, which allows you to create email templates and send them using a microflow.
https://appstore.home.mendix.com/link/app/259/
 

answered
0

Thank you very much for taking the time to answer me ! 

I follow the steps listed in this page : https://docs.mendix.com/howto/extensibility/install-and-configure-the-smtp-module#SettingUptheModule

BUT, everytime I try running the application they inform me that the project cannot be deployed because there are errors. P.S: I respect the instructions !

Can I find an alternative way to send the email ? 

answered
0

I use Mendix version 7.23.3. Here is the error. Plz help

answered
0

Looks like there is a dependency to the Encryption module – it should be stated in the documentation of your email module if this is the case. If so, install the encryption module from the app store and set you encryption key (as in the installation notes)

answered
0

You can find the Encryption module here https://appstore.home.mendix.com/link/app/1011/

answered