Package org.springframework.mail

Spring's generic mail infrastructure.

See:
          Description

Interface Summary
MailSender This interface defines a strategy for sending simple mails.
 

Class Summary
SimpleMailMessage Encapsulates properties of a simple mail such as from, to, cc, subject, text.
 

Exception Summary
MailAuthenticationException Exception thrown on failed authentication.
MailException Base class for all mail exceptions.
MailParseException Exception thrown if illegal message properties are encountered.
MailSendException Exception thrown when a mail sending error is encountered.
 

Package org.springframework.mail Description

Spring's generic mail infrastructure.



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