Best Practices - Sending javamail mime multipart emails - and gmail
问题 I have a Tomcat application that needs to send confirmation emails etc. I have coded the emailer with Javamail (mail.jar) to send multipart text/html emails. I based the code on the Java EE examples. I'm using the SMTP MTA on the local server. It works great. In Outlook, I see the HTML version. If I drag it into the Outlook spam folder, I see the text version. So I interpret that as saying it works. However, if I view the emails in Gmail, I see only the text version. I know the HTML is there