Uses of Package
org.springframework.mail

Packages that use org.springframework.mail
org.springframework.mail Spring's generic mail infrastructure. 
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. 
 

Classes in org.springframework.mail used by org.springframework.mail
MailException
          Base class for all mail exceptions.
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
MailException
          Base class for all mail exceptions.
MailSender
          This interface defines a strategy for sending simple mails.
SimpleMailMessage
          Encapsulates properties of a simple mail such as from, to, cc, subject, text.
 

Classes in org.springframework.mail used by org.springframework.mail.javamail
MailException
          Base class for all mail exceptions.
MailSender
          This interface defines a strategy for sending simple mails.
SimpleMailMessage
          Encapsulates properties of a simple mail such as from, to, cc, subject, text.
 



Copyright (C) 2003-2004 The Spring Framework Project.