Class | Description |
---|---|
Email message with all necessary data for an effective mailing action, including attachments etc.
|
|
EmailAddressValidationCriteria |
Defines a set of restriction flags for email address validation.
|
EmailValidationUtil |
Validates an email address according to RFC 2822, using regular expressions.
|
Mailer |
Mailing tool aimed for simplicity, for sending e-mails of any complexity.
|
Recipient |
An immutable recipient object, with a name, emailadres and recipient type (eg
Message.RecipientType.BCC ). |
Enum | Description |
---|---|
TransportStrategy |
Defines the various types of transport protocols and implements respective properties so that a
Session may be configured using a
TransportStrategy implementation. |
Exception | Description |
---|---|
MailException |
This exception is used to communicate errors during the sending of email.
|
Copyright © 2012. All Rights Reserved.