Package | Description |
---|---|
org.springframework.mail.javamail |
JavaMail support for Spring's mail infrastructure.
|
Modifier and Type | Interface and Description |
---|---|
interface |
JavaMailSender
Extended
MailSender interface for JavaMail,
supporting MIME messages both as direct arguments and through preparation
callbacks. |
Modifier and Type | Class and Description |
---|---|
class |
JavaMailSenderImpl
Production implementation of the
JavaMailSender interface,
supporting both JavaMail MimeMessages and Spring
SimpleMailMessages . |