| Interface | Description |
|---|---|
| NotificationFactory |
NotificationFactory is a factory interface for creating NotificationMessages.
|
| Class | Description |
|---|---|
| MailManager |
Delivers notification messages to the specified recipients.
|
| NotificationManager |
Generates messages and delivers them based on a category of notification and
the context of the situation causing the notification.
|
| NotificationMessage |
Represents an email message with recipients, subject, a plain text message,
and an optional HTML message.
|