@Deprecated public interface AwsSesServiceClient
| Modifier and Type | Field and Description |
|---|---|
static NamedServiceClientFactory<AwsSesServiceClient> |
factory
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
AwsSesSendResult |
sendEmail(String to,
String from,
String subject,
String body)
Deprecated.
Sends an email.
|
static final NamedServiceClientFactory<AwsSesServiceClient> factory
AwsSesSendResult sendEmail(@Nonnull String to, @Nonnull String from, @Nonnull String subject, @Nonnull String body)
to - the email address to send the email to.from - the email address to send the email from.subject - the subject of the email.body - the body text of the email.