Package | Description |
---|---|
org.springframework.mail |
Spring's generic mail infrastructure.
|
org.springframework.mail.javamail |
JavaMail support for Spring's mail infrastructure.
|
Modifier and Type | Method and Description |
---|---|
void |
MailSender.send(SimpleMailMessage... simpleMessages)
Send the given array of simple mail messages in batch.
|
void |
MailSender.send(SimpleMailMessage simpleMessage)
Send the given simple mail message.
|
Constructor and Description |
---|
SimpleMailMessage(SimpleMailMessage original)
Copy constructor for creating a new
SimpleMailMessage from the state
of an existing SimpleMailMessage instance. |
Modifier and Type | Method and Description |
---|---|
void |
JavaMailSenderImpl.send(SimpleMailMessage... simpleMessages) |
void |
JavaMailSenderImpl.send(SimpleMailMessage simpleMessage) |