Package org.opencms.mail


package org.opencms.mail
Provides utility classes to generate email messages using the OpenCms email configuration.

There are currently 3 different mail types available:

  1. CmsSimpleMail: a simple text based email without attachments.
  2. CmsMultiPartMail: a text based email with attachments.
  3. CmsHtmlMail: an HTML formatted email with optional attachments.
Since:
6.0.0
See Also:
  • SimpleEmail
  • MultiPartEmail
  • HtmlEmail
  • Classes
    Class
    Description
    This class is used to send an HTML formatted email with optional attachments.
    DataSource implementation that may be filled with content from an InputStream.
    Contains the configuration of an individual mail host.
    Contains the settings for the OpenCms mail service.
    Sends an email using a Thread, so that the application can continue without waiting for the mail to be send.
    Contains utility methods for dealing with emails.
    This class is used to send multi-part internet email like messages with attachments.
    This class is used to send simple text internet email messages without attachments.
    DataSource wrapper for VFS resources, allows easy sending of VFS resources as email attachments.
    Convenience class to access the localized messages of this OpenCms package.