|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MailSender | |
---|---|
org.springframework.mail.cos | MailSender implementation that uses Jason Hunter's COS (com.oreilly.servlet) |
org.springframework.mail.javamail | JavaMail support for Spring's mail infrastructure. |
Uses of MailSender in org.springframework.mail.cos |
---|
Classes in org.springframework.mail.cos that implement MailSender | |
---|---|
class |
CosMailSenderImpl
Simple implementation of SMTP mail sending on top of Jason Hunter's MailMessage class that's included in COS (com.oreilly.servlet). |
Uses of MailSender in org.springframework.mail.javamail |
---|
Subinterfaces of MailSender in org.springframework.mail.javamail | |
---|---|
interface |
JavaMailSender
Extended MailSender interface for JavaMail,
supporting MIME messages both as direct arguments and through preparation
callbacks. |
Classes in org.springframework.mail.javamail that implement MailSender | |
---|---|
class |
JavaMailSenderImpl
Production implementation of the JavaMailSender interface,
supporting both JavaMail MimeMessages and Spring
SimpleMailMessages . |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |