AWS SDK for C++
1.8.153
AWS SDK for C++
|
#include <SendTemplatedEmailRequest.h>
Protected Member Functions | |
void | DumpBodyToUrl (Aws::Http::URI &uri) const override |
![]() | |
virtual Aws::Http::HeaderValueCollection | GetRequestSpecificHeaders () const |
Represents a request to send a templated email using Amazon SES. For more information, see the Amazon SES Developer Guide.
Definition at line 30 of file SendTemplatedEmailRequest.h.
Aws::SES::Model::SendTemplatedEmailRequest::SendTemplatedEmailRequest | ( | ) |
|
inline |
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Definition at line 348 of file SendTemplatedEmailRequest.h.
|
inline |
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Definition at line 342 of file SendTemplatedEmailRequest.h.
|
inline |
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Definition at line 354 of file SendTemplatedEmailRequest.h.
|
inline |
A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
Definition at line 766 of file SendTemplatedEmailRequest.h.
|
inline |
A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
Definition at line 774 of file SendTemplatedEmailRequest.h.
|
inline |
The name of the configuration set to use when you send an email using SendTemplatedEmail
.
Definition at line 787 of file SendTemplatedEmailRequest.h.
|
inline |
The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.
Definition at line 275 of file SendTemplatedEmailRequest.h.
|
overrideprotectedvirtual |
Default does nothing. Override this to convert what would otherwise be the payload of the request to a query string format.
Reimplemented from Aws::AmazonWebServiceRequest.
|
inline |
The name of the configuration set to use when you send an email using SendTemplatedEmail
.
Definition at line 781 of file SendTemplatedEmailRequest.h.
|
inline |
The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.
Definition at line 269 of file SendTemplatedEmailRequest.h.
|
inline |
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Definition at line 306 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath
parameter. The ReturnPath
parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
Definition at line 366 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to use feedb ack@ examp le.c om
, then you would specify the ReturnPathArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the ReturnPath
to be feedb ack@ examp le.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 590 of file SendTemplatedEmailRequest.h.
|
inlineoverridevirtual |
Implements Aws::AmazonWebServiceRequest.
Definition at line 39 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.
If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn
parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=
.
Definition at line 73 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to send from user@ exam ple.c om
, then you would specify the SourceArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the Source
to be user@ exam ple.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 460 of file SendTemplatedEmailRequest.h.
|
inline |
A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
Definition at line 718 of file SendTemplatedEmailRequest.h.
|
inline |
The template to use when sending this email.
Definition at line 829 of file SendTemplatedEmailRequest.h.
|
inline |
The ARN of the template to use when sending this email.
Definition at line 870 of file SendTemplatedEmailRequest.h.
|
inline |
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Definition at line 913 of file SendTemplatedEmailRequest.h.
|
inline |
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Definition at line 312 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to use feedb ack@ examp le.c om
, then you would specify the ReturnPathArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the ReturnPath
to be feedb ack@ examp le.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 607 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath
parameter. The ReturnPath
parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
Definition at line 377 of file SendTemplatedEmailRequest.h.
|
overridevirtual |
Convert payload into String.
Implements Aws::AmazonSerializableWebServiceRequest.
|
inline |
The name of the configuration set to use when you send an email using SendTemplatedEmail
.
Definition at line 799 of file SendTemplatedEmailRequest.h.
|
inline |
The name of the configuration set to use when you send an email using SendTemplatedEmail
.
Definition at line 793 of file SendTemplatedEmailRequest.h.
|
inline |
The name of the configuration set to use when you send an email using SendTemplatedEmail
.
Definition at line 805 of file SendTemplatedEmailRequest.h.
|
inline |
The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.
Definition at line 281 of file SendTemplatedEmailRequest.h.
|
inline |
The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.
Definition at line 287 of file SendTemplatedEmailRequest.h.
|
inline |
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Definition at line 324 of file SendTemplatedEmailRequest.h.
|
inline |
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Definition at line 318 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath
parameter. The ReturnPath
parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
Definition at line 399 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath
parameter. The ReturnPath
parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
Definition at line 388 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath
parameter. The ReturnPath
parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
Definition at line 410 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to use feedb ack@ examp le.c om
, then you would specify the ReturnPathArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the ReturnPath
to be feedb ack@ examp le.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 641 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to use feedb ack@ examp le.c om
, then you would specify the ReturnPathArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the ReturnPath
to be feedb ack@ examp le.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 624 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to use feedb ack@ examp le.c om
, then you would specify the ReturnPathArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the ReturnPath
to be feedb ack@ examp le.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 658 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.
If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn
parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=
.
Definition at line 154 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.
If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn
parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=
.
Definition at line 127 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.
If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn
parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=
.
Definition at line 181 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to send from user@ exam ple.c om
, then you would specify the SourceArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the Source
to be user@ exam ple.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 508 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to send from user@ exam ple.c om
, then you would specify the SourceArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the Source
to be user@ exam ple.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 492 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to send from user@ exam ple.c om
, then you would specify the SourceArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the Source
to be user@ exam ple.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 524 of file SendTemplatedEmailRequest.h.
|
inline |
A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
Definition at line 742 of file SendTemplatedEmailRequest.h.
|
inline |
A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
Definition at line 734 of file SendTemplatedEmailRequest.h.
|
inline |
The template to use when sending this email.
Definition at line 844 of file SendTemplatedEmailRequest.h.
|
inline |
The template to use when sending this email.
Definition at line 839 of file SendTemplatedEmailRequest.h.
|
inline |
The template to use when sending this email.
Definition at line 849 of file SendTemplatedEmailRequest.h.
|
inline |
The ARN of the template to use when sending this email.
Definition at line 885 of file SendTemplatedEmailRequest.h.
|
inline |
The ARN of the template to use when sending this email.
Definition at line 880 of file SendTemplatedEmailRequest.h.
|
inline |
The ARN of the template to use when sending this email.
Definition at line 890 of file SendTemplatedEmailRequest.h.
|
inline |
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Definition at line 934 of file SendTemplatedEmailRequest.h.
|
inline |
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Definition at line 927 of file SendTemplatedEmailRequest.h.
|
inline |
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Definition at line 941 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to send from user@ exam ple.c om
, then you would specify the SourceArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the Source
to be user@ exam ple.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 476 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.
If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn
parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=
.
Definition at line 100 of file SendTemplatedEmailRequest.h.
|
inline |
A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
Definition at line 726 of file SendTemplatedEmailRequest.h.
|
inline |
The ARN of the template to use when sending this email.
Definition at line 875 of file SendTemplatedEmailRequest.h.
|
inline |
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Definition at line 920 of file SendTemplatedEmailRequest.h.
|
inline |
The template to use when sending this email.
Definition at line 834 of file SendTemplatedEmailRequest.h.
|
inline |
The name of the configuration set to use when you send an email using SendTemplatedEmail
.
Definition at line 817 of file SendTemplatedEmailRequest.h.
|
inline |
The name of the configuration set to use when you send an email using SendTemplatedEmail
.
Definition at line 811 of file SendTemplatedEmailRequest.h.
|
inline |
The name of the configuration set to use when you send an email using SendTemplatedEmail
.
Definition at line 823 of file SendTemplatedEmailRequest.h.
|
inline |
The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.
Definition at line 293 of file SendTemplatedEmailRequest.h.
|
inline |
The destination for this email, composed of To:, CC:, and BCC: fields. A Destination can include up to 50 recipients across these three fields.
Definition at line 299 of file SendTemplatedEmailRequest.h.
|
inline |
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Definition at line 336 of file SendTemplatedEmailRequest.h.
|
inline |
The reply-to email address(es) for the message. If the recipient replies to the message, each reply-to address will receive the reply.
Definition at line 330 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath
parameter. The ReturnPath
parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
Definition at line 432 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath
parameter. The ReturnPath
parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
Definition at line 421 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that bounces and complaints will be forwarded to when feedback forwarding is enabled. If the message cannot be delivered to the recipient, then an error message will be returned from the recipient's ISP; this message will then be forwarded to the email address specified by the ReturnPath
parameter. The ReturnPath
parameter is never overwritten. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES.
Definition at line 443 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to use feedb ack@ examp le.c om
, then you would specify the ReturnPathArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the ReturnPath
to be feedb ack@ examp le.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 692 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to use feedb ack@ examp le.c om
, then you would specify the ReturnPathArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the ReturnPath
to be feedb ack@ examp le.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 675 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to use the email address specified in the ReturnPath
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to use feedb ack@ examp le.c om
, then you would specify the ReturnPathArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the ReturnPath
to be feedb ack@ examp le.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 709 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.
If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn
parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=
.
Definition at line 235 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.
If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn
parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=
.
Definition at line 208 of file SendTemplatedEmailRequest.h.
|
inline |
The email address that is sending the email. This email address must be either individually verified with Amazon SES, or from a domain that has been verified with Amazon SES. For information about verifying identities, see the Amazon SES Developer Guide.
If you are sending on behalf of another user and have been permitted to do so by a sending authorization policy, then you must also specify the SourceArn
parameter. For more information about sending authorization, see the Amazon SES Developer Guide.
Amazon SES does not support the SMTPUTF8 extension, as described in RFC6531. For this reason, the local part of a source email address (the part of the email address that precedes the @ sign) may only contain 7-bit ASCII characters. If the domain part of an address (the part after the @ sign) contains non-ASCII characters, they must be encoded using Punycode, as described in RFC3492. The sender name (also known as the friendly name) may contain non-ASCII characters. These characters must be encoded using MIME encoded-word syntax, as described inRFC 2047. MIME encoded-word syntax uses the following form: =?charset?encoding?encoded-text?=
.
Definition at line 262 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to send from user@ exam ple.c om
, then you would specify the SourceArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the Source
to be user@ exam ple.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 556 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to send from user@ exam ple.c om
, then you would specify the SourceArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the Source
to be user@ exam ple.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 540 of file SendTemplatedEmailRequest.h.
|
inline |
This parameter is used only for sending authorization. It is the ARN of the identity that is associated with the sending authorization policy that permits you to send for the email address specified in the Source
parameter.
For example, if the owner of example.com
(which has ARN arn:aws:ses:us-east-1:123456789012:identity/example.com
) attaches a policy to it that authorizes you to send from user@ exam ple.c om
, then you would specify the SourceArn
to be arn:aws:ses:us-east-1:123456789012:identity/example.com
, and the Source
to be user@ exam ple.c om
.
For more information about sending authorization, see the Amazon SES Developer Guide.
Definition at line 572 of file SendTemplatedEmailRequest.h.
|
inline |
A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
Definition at line 758 of file SendTemplatedEmailRequest.h.
|
inline |
A list of tags, in the form of name/value pairs, to apply to an email that you send using SendTemplatedEmail
. Tags correspond to characteristics of the email that you define, so that you can publish email sending events.
Definition at line 750 of file SendTemplatedEmailRequest.h.
|
inline |
The template to use when sending this email.
Definition at line 859 of file SendTemplatedEmailRequest.h.
|
inline |
The template to use when sending this email.
Definition at line 854 of file SendTemplatedEmailRequest.h.
|
inline |
The template to use when sending this email.
Definition at line 864 of file SendTemplatedEmailRequest.h.
|
inline |
The ARN of the template to use when sending this email.
Definition at line 900 of file SendTemplatedEmailRequest.h.
|
inline |
The ARN of the template to use when sending this email.
Definition at line 895 of file SendTemplatedEmailRequest.h.
|
inline |
The ARN of the template to use when sending this email.
Definition at line 905 of file SendTemplatedEmailRequest.h.
|
inline |
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Definition at line 955 of file SendTemplatedEmailRequest.h.
|
inline |
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Definition at line 948 of file SendTemplatedEmailRequest.h.
|
inline |
A list of replacement values to apply to the template. This parameter is a JSON object, typically consisting of key-value pairs in which the keys correspond to replacement tags in the email template.
Definition at line 962 of file SendTemplatedEmailRequest.h.