JavaMail
The JavaMail APIs model an electronic mail (e-mail) system. The APIs provide a platform-independent and protocol-independent framework to build Java-based e-mail client applications. WAS supports the Sun Microsystems Inc. JavaMail version 1.2
and the JavaBeans Activation Framework (JAF) version 1.0.1
specifications.
WAS supports JavaMail in all Web application components, including servlets, JavaServer Pages (JSP) files, enterprise beans, and application clients.
- Overview of JavaMail APIs
- Configure JavaMail
- Write JavaMail applications
- JavaMail security permissions best practices
- Debug JavaMail
For an example of how to run JavaMail in a sample application, see the WAS samples gallery topic. The PlantsByWebSphere sample uses JavaMail.