Uses of Class
org.opencms.mail.CmsMailHost
Packages that use CmsMailHost
Package
Description
Provides utility classes to generate email messages using the OpenCms email configuration.
-
Uses of CmsMailHost in org.opencms.mail
Methods in org.opencms.mail that return CmsMailHostModifier and TypeMethodDescriptionCmsMailSettings.getDefaultMailHost()
Returns the default mail host.CmsMailSettings.getMailHost
(String id) Returns a mail host for a given id.Methods in org.opencms.mail that return types with arguments of type CmsMailHostModifier and TypeMethodDescriptionCmsMailSettings.getMailHosts()
Returns an unmodifiable sorted list of all configured mail hosts.Methods in org.opencms.mail with parameters of type CmsMailHostModifier and TypeMethodDescriptionint
CmsMailHost.compareTo
(CmsMailHost obj) static void
CmsMailUtil.configureMail
(CmsMailHost host, org.apache.commons.mail.Email mail) Configures the mail from the given mail host configuration data.Constructors in org.opencms.mail with parameters of type CmsMailHostModifierConstructorDescriptionCmsHtmlMail
(CmsMailHost mailHost) Constructor of a CmsHtmlMail where the mail host is explicitly chosen.CmsMultiPartMail
(CmsMailHost mailHost) Default constructor of a CmsMultiPartMail.CmsSimpleMail
(CmsMailHost mailHost) Constructor of a CmsSimpleMail where the mail host is explicitly chosen.