| Package | Description |
|---|---|
| com.avaje.ebeaninternal.server.lib.util |
General utility objects.
|
| Modifier and Type | Method and Description |
|---|---|
MailMessage |
MailEvent.getMailMessage()
The message that we attempted to send.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MailSender.send(MailMessage message)
Send the message in the current thread.
|
void |
MailSender.sendInBackground(MailMessage message)
Send the message in a background thread.
|
| Constructor and Description |
|---|
MailEvent(MailMessage message,
Throwable error)
The message send failed with an error.
|
Copyright © 2014. All Rights Reserved.