How to display img in HTML body while sending email

0
Hi All, We are using the Email_Template module in mendix. while calling below microflow we need to provide the email body contain. We tried with the Img tag but it shwing result as below  Img is not showing properly in the email. Can anyone suggest how to drop img in the email body so that it is visible in img also.
asked
1 answers
0

You probably want to include it as a base64 string. You can use the CommunityCommons Java action Base64EncodeFile for this.

answered