SES Tomcat7 javax.mail.Session Configuration
After much searching and toiling I've gotten one example to work - hopefully if I can get more keywords in here I can help others with this issue.
Here's the configuration that worked for me:
<Resource name="mail/MailSession" auth="Container" type="javax.mail.Session" mail.debug="true" mail.transport.protocol="smtp" mail.smtp.host="email-smtp.us-east-1.amazonaws.com" mail.smtp.auth="true" mail.smtp.port="587" mail.smtp.starttls.enable="true" mail.user="--USER--" mail.password="--PASSWORD--" username="--USER--" password="--PASSWORD--" />
Make sure you verify your domain or email you're sending from.
Enjoy, -Nick










