Tomcat 5.5.20 and JavaMail Sessions
Posted by Lucio Benfante Tue, 13 Mar 2007 06:40:00 GMT
You’ll find an article in italian on the same topic in my personal blog.
In Tomcat you can define a JNDI Resource for a JavaMail session putting the following code in you Context definition:
<Resource name="mail/Session" auth="Container"
type="javax.mail.Session"
mail.smtp.host="localhost"/>



