| Package | Description | 
|---|---|
| org.springframework.mail | 
 Spring's generic mail infrastructure. 
 | 
| org.springframework.mail.javamail | 
 JavaMail support for Spring's mail infrastructure. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SimpleMailMessage
Models a simple mail message, including data such as the from, to, cc, subject,
 and text fields. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleMailMessage.copyTo(MailMessage target)
Copy the contents of this message to the given target message. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MimeMailMessage
Implementation of the MailMessage interface for a JavaMail MIME message,
 to let message population code interact with a simple message or a MIME
 message through a common interface. 
 |