Skip to content Skip to sidebar Skip to footer

Layout In Html Email With Javamail Api

I'm having a hard time trying to compose a great looking (layout wise) html email with JavaMail API. I know how to add a picture inside the email body, and then add text above and

Solution 1:

This is not a JavaMail problem.

Compose your html however you want. Then use the MimeBodyPart setText(content, charset, "html") method.

Post a Comment for "Layout In Html Email With Javamail Api"