This page explains how to set up the (gmail) mail service for JBoss 4.2.2. with the following features
- smtp over SSL
- TLS encryption
After installing bamboo.war on jboss modify <jboss-install>/server/default/deploy/mail-service.xml to be
Problems
If you encounter a class loading problem you will need to remove
- <bamboo-war>/WEB-INF/lib/activation-x.x.x.jar
- <bamboo-war>/WEB-INF/lib/mail-x.x.x.jar
from bamboo.war to avoid the clash with jboss' native libraries.







Add Comment