Mail Connector Multipart problems

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?

regards

Rob

Solved,

I had to explicitly set the dependencies to compile time in my POM file.

R

1 Like

Rob,

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>

Hi,
Are you using Microsoft Exchange as your SMTP server? From memory, exchange did some funky stuff with multi-part…

Rob

Rob,

The issue was with the email server. It is resolved now.

Thanks
adat