tags:

views:

46

answers:

0

I want to send emails using code like this:

HtmlEmail email = new HtmlEmail();

I added a Base64-encoded image to the email. The email was sent successfully but gmail adds <wbr> tag in the encoded image.