Interface | Description |
---|---|
Contactable |
Represents a person who can be emailed.
|
Class | Description |
---|---|
AddressEmailer |
Simple implementation of ContactableEmailer that can send an email
jus using an email address, template, and email subject.
|
AsyncEmailSender |
Basic task handler for sending an email asynchronously, given an email address,
template, and subject.
|
ContactableEmailer<T extends Contactable> |
This class a helper class for defining a way to send emails to a
Contactable (usually a User or a Contact).
|
EmailLog | |
EmailSender |
Helper class for sending an email.
|
JsExtendableContactableEmailer<T extends Contactable> |
A version of the ContactableEmailer meant to be extended from Javascript.
|
SmtpEmailSender |
Implementation class of EmailSender that sends via SMTP
|
Exception | Description |
---|---|
EmailSendException |
Copyright © 2016. All rights reserved.