| Interface | Description |
|---|---|
| EmailAttachment | |
| EmailContact | |
| MailTransporter |
| Class | Description |
|---|---|
| EmailMessage |
Stores information about an EmailMessage while it is being built and after sending
|
| Header | |
| MailConfig |
Bean which holds Mail Session configuration options.
|
| Exception | Description |
|---|---|
| AttachmentException |
Thrown when an email address fails to validate as RFC822
|
| InvalidAddressException |
Thrown when an email address fails to validate as RFC822
|
| MailException |
Any exception that is raised by the mail module extends from this runtime
exception class, making it easy for other modules and extensions to catch all
mail-related exceptions in a single catch block, if need be.
|
| SendFailedException |
Thrown when an email fails to be sent.
|
| TemplatingException |
Thrown when a error occurs during template processing
|
Copyright © 2012 Seam Framework. All Rights Reserved.