| Package | Description |
|---|---|
| org.simplejavamail.api.mailer |
| Modifier and Type | Method and Description |
|---|---|
@Nullable AsyncResponse |
Mailer.sendMail(Email email)
Delegates to
Mailer.sendMail(Email, boolean), with async = false. |
@Nullable AsyncResponse |
Mailer.sendMail(Email email,
boolean async)
Processes an
Email instance into a completely configured Message. |
AsyncResponse |
Mailer.testConnection(boolean async)
Tries to connect to the configured SMTP server, including (authenticated) proxy if set up.
|
Copyright © 2009–2022. All rights reserved.