Class | Description |
---|---|
EventMessageContent |
Creates a simple message subject and body using helper class MessageHelper to determine
the structure of the message subject and body |
EventSenderMailImpl |
The class designed to send e-mails to subscriptions for events.
In order to define a proper mail client, the following properties should be provided: MAIL_SERVER mail server name
MAIL_PORT mail server portThe following properties are optional: MAIL_USER user name includes a domain (e.g. |
JavaMailSender |
Support email sending by SMTP or SMTP over SSL methods.
|
MessageBody |
Describes a message content
|
MessageHelper |
A helper class designed to construct message parts in static structure
|
Enum | Description |
---|---|
MessageHelper.MessageType |
Describes a message type set by event type and associate message.
|
Copyright © 2012. All Rights Reserved.