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.
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.