public interface MailRequestor
| Modifier and Type | Method and Description |
|---|---|
MailId |
enqueue(PlainTextMail request)
Adds the email request to the queue and returns immediately.
|
MailId enqueue(PlainTextMail request)
request - details what to email message to send.java.lang.NullPointerException - if the argument is null.