org.opencms.mail.package.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of opencms-core Show documentation
Show all versions of opencms-core Show documentation
OpenCms is an enterprise-ready, easy to use website content management system based on Java and XML technology. Offering a complete set of features, OpenCms helps content managers worldwide to create and maintain beautiful websites fast and efficiently.
Provides utility classes to generate email messages using the OpenCms email configuration.
There are currently 3 different mail types available:
- CmsSimpleMail: a simple text based email without attachments.
- CmsMultiPartMail: a text based email with attachments.
- CmsHtmlMail: an HTML formatted email with optional attachments.
@since 6.0.0
@see org.apache.commons.mail.SimpleEmail
@see org.apache.commons.mail.MultiPartEmail
@see org.apache.commons.mail.HtmlEmail