Chapter 15. Email

Chapter 15. Email

15.1. Creating a message
15.1.1. Attachments
15.1.2. HTML/Text alternative part
15.1.3. Multiple recipients
15.1.4. Multiple messages
15.1.5. Templating
15.1.6. Other Headers
15.2. Receiving emails
15.3. Configuration
15.3.1. mailSession
15.4. Tags

Seam now includes an optional components for templating and sending emails.

Email support is provided by jboss-seam-mail.jar. This JAR contains the mail JSF controls, which are used to construct emails, and the mailSession manager component.

The examples/mail project contains an example of the email support in action. It demonstrates proper packaging, and it contains a number of example that demonstrate the key features currently supported.