Class Summary |
CustomEmailAttributeImpl |
Default implementation of the CustomEmailAttribute . |
DailyEmailJob |
Quartz job for sending daily email reminders. |
EmailBody |
The body of an email message. |
EmailContent |
Class representing customizable content of an email message
TODO: supercede this with Spring framework and/or JavaMail mail classes |
EmailFrom |
The from address of an email message. |
EmailNode |
A node which will send emails using the configured stylesheet to generate the email content. |
EmailReminderLifecycle |
A Lifecycle which is initialized on system startup that sets up
the daily and weekly email reminders. |
EmailStyleHelper |
A class which has some convenience methods for handling Emails and stylesheets. |
EmailSubject |
The subject of an email message. |
EmailTo |
The to address of an email message. |
Mailer |
Maintains a Java Mail session and can be used for sending emails. |
WeeklyEmailJob |
Quartz job for sending weekly email reminders. |