Class Summary |
EmailBcList |
The bc addresses of an email message. |
EmailBody |
The body of an email message. |
EmailCcList |
The cc addresses of an email message. |
EmailContent |
Class representing customizable content of an email message
TODO: supercede this with Spring framework and/or JavaMail mail classes |
EmailFrom |
The from address of an email message. |
EmailSubject |
The subject of an email message. |
EmailTo |
The to address of an email message. |
EmailToList |
The to addresses of an email message. |
Mailer |
Maintains a Java Mail session and is used for sending e-mails. |
MailMessage |
|
MailSenderFactoryBean |
A factory bean which reads mail-related properties from the Configuration system and
generates a Spring Java Mail Sender instance for use by services that send e-mail. |