I\'m trying to send an email in html format using JavaMail but it always seems to only display as a text email in Outlook.
Here is my code:
try { P
You should look at the source of the received message: is the Content-Type of the message multipart/alternative?