Uses of Package
org.springframework.mail

Packages that use org.springframework.mail
org.springframework.mail 
org.springframework.mail.cos 
org.springframework.mail.javamail 

Classes in org.springframework.mail used by org.springframework.mail
MailAuthenticationException
          Exception thrown on failed authentication.
MailParseException
          Exception thrown if illegal message properties are encountered.
MailSender
          This interface defines a strategy for sending simple mails.
MailSendException
          Exception thrown when a mail sending error is encountered.
SimpleMailMessage
          Encapsulates properties of a simple mail such as from, to, cc, subject, text.
 

Classes in org.springframework.mail used by org.springframework.mail.cos
CosMailSenderImpl
          Simple implementation of SMTP mail sending on top of Jason Hunter's MailMessage class that's included in COS (com.oreilly.servlet).
 

Classes in org.springframework.mail used by org.springframework.mail.javamail
JavaMailSender
          Extended MailSender interface for JavaMail, supporting MIME messages both as direct arguments and via preparation callbacks.
JavaMailSenderImpl
          Implementation of the JavaMailSender interface.