@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:16.748Z") @Stability(value=Experimental) public interface EmailSettings extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EmailSettings.Builder
A builder for
EmailSettings |
static class |
EmailSettings.Jsii$Proxy
An implementation for
EmailSettings |
| Modifier and Type | Method and Description |
|---|---|
static EmailSettings.Builder |
builder() |
default String |
getFrom()
(experimental) The 'from' address on the emails received by the user.
|
default String |
getReplyTo()
(experimental) The 'replyTo' address on the emails received by the user as defined by IETF RFC-5322.
|
@Stability(value=Experimental) @Nullable default String getFrom()
Default: noreply
@Stability(value=Experimental) @Nullable default String getReplyTo()
When set, most email clients recognize to change 'to' line to this address when a reply is drafted.
Default: - Not set.
@Stability(value=Experimental) static EmailSettings.Builder builder()
EmailSettings.Builder of EmailSettingsCopyright © 2021. All rights reserved.