Destination
An object that describes the recipients for an email.
Note
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531
Contents
- BccAddresses
-
An array that contains the email addresses of the "BCC" (blind carbon copy) recipients for the email.
Type: Array of strings
Required: No
- CcAddresses
-
An array that contains the email addresses of the "CC" (carbon copy) recipients for the email.
Type: Array of strings
Required: No
- ToAddresses
-
An array that contains the email addresses of the "To" recipients for the email.
Type: Array of strings
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: