| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleMailMessage | |
|---|---|
| org.springframework.mail | Spring's generic mail infrastructure. | 
| org.springframework.mail.javamail | JavaMail support for Spring's mail infrastructure. | 
| Uses of SimpleMailMessage in org.springframework.mail | 
|---|
| Methods in org.springframework.mail with parameters of type SimpleMailMessage | |
|---|---|
|  void | MailSender.send(SimpleMailMessage simpleMessage)Send the given simple mail message. | 
|  void | MailSender.send(SimpleMailMessage[] simpleMessages)Send the given array of simple mail messages in batch. | 
| Constructors in org.springframework.mail with parameters of type SimpleMailMessage | |
|---|---|
| SimpleMailMessage(SimpleMailMessage original)Copy constructor for creating a new SimpleMailMessagefrom the state
 of an existingSimpleMailMessageinstance. | |
| Uses of SimpleMailMessage in org.springframework.mail.javamail | 
|---|
| Methods in org.springframework.mail.javamail with parameters of type SimpleMailMessage | |
|---|---|
|  void | JavaMailSenderImpl.send(SimpleMailMessage simpleMessage) | 
|  void | JavaMailSenderImpl.send(SimpleMailMessage[] simpleMessages) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||