Email Connector

0
Hi ALL,   I have configure the connection with smtp using gmail.    I have to send an email after filling the data in the form. Please provide me an example where you are using email template for sending an email.   But I am unable to integrate this in my application can provide me any reference on this so i can add this in my application.   Thanks in advance.
asked
3 answers
2

Hi Ashish,

please make you have created a email template and then retrieve the particular email template which you want to use and then use the existing microflow sub_CreateAndSendEmail after the retrival template and then add the parameter which is using for user data check the flow.

before sending email make sure your configuration is done.

it will work.

answered
1

Hi Ashish,

You just have to retrieve your template and use SendEmailWithTemplate Java Action in your microflow for this.

Refer this microflow for same Sample_ACT_SendEmailWithTemplate. You can extend this with your additional requirements.

answered
0

Hi Ashish,

 

Check out below blog :

 

https://medium.com/mendix/how-to-send-styled-html-emails-using-email-module-with-templates-and-mxmodel-reflection-mendix-3d80d18019b9

 

 

answered