I want to add sending mails functionality in my app. I have read sending mail mendix doc but I am not getting step by step process. please help me with the step by step process

0
HI Experts, I want to learn about sending mails using mendix application. I was going through mendix docs on sending mail but I cannot see any step by step process as in how to implement stuff. Can anyone please help withe the step by step process in their own words please?
asked
1 answers
0

Hi Harsh,

 

Refer the below link for step by step process of configuration of Email connector module for sending and receiving the mail

https://docs.mendix.com/appstore/connectors/email-connector/

 

you can check the microflow 

Sample_ACT_SendEmailWithTemplate’ to send the email with template which uses the java action ‘SendEmailWithTemplate’.

If you need to send email without any templates, you can use ‘SendEmail’ java action

 

Hope it helps

answered