How to send html email to outlook from Java

前端 未结 8 2035
忘掉有多难
忘掉有多难 2021-02-04 04:06

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         


        
8条回答
  •  抹茶落季
    2021-02-04 04:50

    You should look at the source of the received message: is the Content-Type of the message multipart/alternative?

提交回复
热议问题