Using JavaMail with Domino

The JavaMail package (javax.mail) provides a set of interfaces for creating and sending e-mail messages to various types of mail providers. JavaMail can be configured to send e-mail messages to providers that support the Internet standard Simple Mail Transfer Protocol (SMTP). SMTP is one of the e-mail protocols supported by the Domino server. Thus, it is common in combined WebSphere and Domino-based applications to use JavaMail to generate e-mail within J2EE Web applications and have it handled by the Domino server. Fortunately, this approach works with relatively little configuration required for either the JavaMail package or for Domino.

One of the default e-mail provider implementations supplied with JavaMail is ...

Get IBM WebSphere and Lotus Implementing Collaborative Solutions now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.