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