请参阅: 说明
| 类 | 说明 |
|---|---|
| CmsHtmlMail |
This class is used to send an HTML formatted email with optional attachments.
|
| CmsInputStreamDataSource |
DataSource implementation that may be filled with content from an
InputStream. |
| CmsMailHost |
Contains the configuration of an individual mail host.
|
| CmsMailSettings |
Contains the settings for the OpenCms mail service.
|
| CmsMailTransport |
Sends an email using a Thread, so that the application can
continue without waiting for the mail to be send.
|
| CmsMultiPartMail |
This class is used to send multi-part internet email like
messages with attachments.
|
| CmsSimpleMail |
This class is used to send simple text internet email messages without
attachments.
|
| CmsVfsDataSource |
DataSource wrapper for VFS resources, allows easy sending of VFS resources as email attachments.
|
| Messages |
Convenience class to access the localized messages of this OpenCms package.
|
There are currently 3 different mail types available:
SimpleEmail,
MultiPartEmail,
HtmlEmail