Uses of Package
org.springframework.mail

Packages that use org.springframework.mail
Package
Description
Spring's generic mail infrastructure.
JavaMail support for Spring's mail infrastructure.
  • Class
    Description
    Base class for all mail exceptions.
    This is a common interface for mail messages, allowing a user to set key values required in assembling a mail message, without needing to know if the underlying message is a simple text message or a more sophisticated MIME message.
    Exception thrown if illegal message properties are encountered.
    Models a simple mail message, including data such as the from, to, cc, subject, and text fields.
  • Class
    Description
    Base class for all mail exceptions.
    This is a common interface for mail messages, allowing a user to set key values required in assembling a mail message, without needing to know if the underlying message is a simple text message or a more sophisticated MIME message.
    Exception thrown if illegal message properties are encountered.
    This interface defines a strategy for sending simple mails.
    Models a simple mail message, including data such as the from, to, cc, subject, and text fields.