Base 64 Encoded Image problem in sending email
- by Tushar Ahirrao
Hi
I want to send emails using
HtmlEmail email = new HtmlEmail();
i added Base64 Encoded image to email
email sent successfully but gmail adds <wbr> tag in encoded image
Please help me ..