Hi,
Im trying to use the mail connector. All works fine for text messages however as soon as I try an HTML email, the client cannot read the email. The email client just displays something like;
------=_Part_xxxxxxxx
Hence multipart seems to be breaking. Anyone successfully used the mail connector for HTML?
I am trying to use the mail connector and don’t see the html emails coming out (text emails are fine). I did not changes that you have in the post but I still do not see the emails. Can you please help me here? Here is my setting.
Input params
Name: html
Type:Script
Script Resource: freemarker
Script:
<#escape x as x?html><html_script_here></#escape>