| Package | Description |
|---|---|
| org.opencms.mail |
Provides utility classes to generate email messages using the OpenCms email configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CmsMailHost |
CmsMailSettings.getDefaultMailHost()
Returns the default mail host.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<CmsMailHost> |
CmsMailSettings.getMailHosts()
Returns an unmodifiable sorted list of all configured mail hosts.
|
| Modifier and Type | Method and Description |
|---|---|
int |
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.
|