org.springframework.mail |
Spring's generic mail infrastructure.
Concrete implementations are provided in the subpackages.
|
Java Source File Name | Type | Comment |
MailAuthenticationException.java | Class | Exception thrown on failed authentication. |
MailException.java | Class | Base class for all mail exceptions. |
MailMessage.java | Interface | This is a common interface for mail messages, allowing a user to set key
values required in assembling a mail message, without needing to know if
the underlying message is a simple text message or a more sophisticated
MIME message. |
MailParseException.java | Class | Exception thrown if illegal message properties are encountered. |
MailPreparationException.java | Class | Exception to be thrown by user code if a mail cannot be prepared properly,
for example when a Velocity template cannot be rendered for the mail text. |
MailSender.java | Interface | This interface defines a strategy for sending simple mails. |
MailSendException.java | Class | Exception thrown when a mail sending error is encountered. |
SimpleMailMessage.java | Class | Models a simple mail message, including data such as the from, to, cc, subject, and text fields. |