JavaMail not sending Subject or From under jetty:run-war
- by Jason Thrasher
Has anyone seen JavaMail not sending proper MimeMessages to an SMTP server, depending on how the JVM in started? At the end of the day, I can't send JavaMail SMTP messages with Subject: or From: fields, and it appears other headers are missing, only when running the app as a war.
The web project is built with Maven and I'm testing sending…