| Package | Description |
|---|---|
| de.aristaflow.adept2.base.mail | |
| de.aristaflow.adept2.model.mail |
| Modifier and Type | Method and Description |
|---|---|
static SerialisedEmail |
EmailToolkit.sendMail(java.lang.String from,
java.lang.String[] to,
java.lang.String[] cc,
java.lang.String[] bcc,
java.lang.String subject,
java.lang.String body,
java.util.List<SerialisableAttachment> attachments,
java.lang.String hostname)
Deprecated.
This method allows the usage of a host differing from the default host.
|
static SerialisedEmail |
EmailToolkit.sendMail(java.lang.String from,
java.lang.String[] to,
java.lang.String[] cc,
java.lang.String[] bcc,
java.lang.String subject,
java.lang.String body,
java.util.List<SerialisableAttachment> attachments,
java.lang.String hostname,
int hostport,
boolean useTLS,
boolean useSSL,
boolean overtrustful)
Deprecated.
This method allows the usage of a host differing from the default host.
|
static SerialisedEmail |
EmailToolkit.sendMail(java.lang.String from,
java.lang.String[] to,
java.lang.String[] cc,
java.lang.String[] bcc,
java.lang.String subject,
java.lang.String body,
java.util.List<SerialisableAttachment> attachments,
java.lang.String hostname,
int hostport,
java.lang.String username,
java.lang.String password,
boolean useTLS,
boolean useSSL,
boolean overtrustful)
Deprecated.
This method allows the usage of a host differing from the default host that
also needs a username and a password.
|
static SerialisedEmail |
EmailToolkit.sendMail(java.lang.String from,
java.lang.String[] to,
java.lang.String[] cc,
java.lang.String[] bcc,
java.lang.String subject,
java.lang.String body,
java.util.List<SerialisableAttachment> attachments,
java.lang.String hostname,
int hostport,
java.lang.String username,
java.lang.String password,
boolean useTLS,
boolean useSSL,
boolean overtrustful,
java.util.Map<java.lang.String,java.lang.String> addAttributes)
Deprecated.
This method allows the usage of a host differing from the default host that
also needs a username and a password.
|
| Modifier and Type | Method and Description |
|---|---|
SerialisedEmail |
EmailResult.getEmail() |
| Constructor and Description |
|---|
EmailResult(SerialisedEmail email)
Create an EmailResult for a successful sent e-mail message.
|
EmailResult(SerialisedEmail email,
java.lang.Throwable throwable,
java.lang.Boolean retryPossible) |