SesClient Class

(QtAws::SES::SesClient)

The SesClient class provides access to the Amazon Simple Email Service ( SES) service. More...

Header: #include <SesClient>
Inherits: QtAws::Core::AwsAbstractClient

Public Functions

SesClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
SesClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Public Slots

CloneReceiptRuleSetResponse *cloneReceiptRuleSet(const CloneReceiptRuleSetRequest &request)
CreateConfigurationSetResponse *createConfigurationSet(const CreateConfigurationSetRequest &request)
CreateConfigurationSetEventDestinationResponse *createConfigurationSetEventDestination(const CreateConfigurationSetEventDestinationRequest &request)
CreateConfigurationSetTrackingOptionsResponse *createConfigurationSetTrackingOptions(const CreateConfigurationSetTrackingOptionsRequest &request)
CreateCustomVerificationEmailTemplateResponse *createCustomVerificationEmailTemplate(const CreateCustomVerificationEmailTemplateRequest &request)
CreateReceiptFilterResponse *createReceiptFilter(const CreateReceiptFilterRequest &request)
CreateReceiptRuleResponse *createReceiptRule(const CreateReceiptRuleRequest &request)
CreateReceiptRuleSetResponse *createReceiptRuleSet(const CreateReceiptRuleSetRequest &request)
CreateTemplateResponse *createTemplate(const CreateTemplateRequest &request)
DeleteConfigurationSetResponse *deleteConfigurationSet(const DeleteConfigurationSetRequest &request)
DeleteConfigurationSetEventDestinationResponse *deleteConfigurationSetEventDestination(const DeleteConfigurationSetEventDestinationRequest &request)
DeleteConfigurationSetTrackingOptionsResponse *deleteConfigurationSetTrackingOptions(const DeleteConfigurationSetTrackingOptionsRequest &request)
DeleteCustomVerificationEmailTemplateResponse *deleteCustomVerificationEmailTemplate(const DeleteCustomVerificationEmailTemplateRequest &request)
DeleteIdentityResponse *deleteIdentity(const DeleteIdentityRequest &request)
DeleteIdentityPolicyResponse *deleteIdentityPolicy(const DeleteIdentityPolicyRequest &request)
DeleteReceiptFilterResponse *deleteReceiptFilter(const DeleteReceiptFilterRequest &request)
DeleteReceiptRuleResponse *deleteReceiptRule(const DeleteReceiptRuleRequest &request)
DeleteReceiptRuleSetResponse *deleteReceiptRuleSet(const DeleteReceiptRuleSetRequest &request)
DeleteTemplateResponse *deleteTemplate(const DeleteTemplateRequest &request)
DeleteVerifiedEmailAddressResponse *deleteVerifiedEmailAddress(const DeleteVerifiedEmailAddressRequest &request)
DescribeActiveReceiptRuleSetResponse *describeActiveReceiptRuleSet(const DescribeActiveReceiptRuleSetRequest &request)
DescribeConfigurationSetResponse *describeConfigurationSet(const DescribeConfigurationSetRequest &request)
DescribeReceiptRuleResponse *describeReceiptRule(const DescribeReceiptRuleRequest &request)
DescribeReceiptRuleSetResponse *describeReceiptRuleSet(const DescribeReceiptRuleSetRequest &request)
GetAccountSendingEnabledResponse *getAccountSendingEnabled()
GetCustomVerificationEmailTemplateResponse *getCustomVerificationEmailTemplate(const GetCustomVerificationEmailTemplateRequest &request)
GetIdentityDkimAttributesResponse *getIdentityDkimAttributes(const GetIdentityDkimAttributesRequest &request)
GetIdentityMailFromDomainAttributesResponse *getIdentityMailFromDomainAttributes(const GetIdentityMailFromDomainAttributesRequest &request)
GetIdentityNotificationAttributesResponse *getIdentityNotificationAttributes(const GetIdentityNotificationAttributesRequest &request)
GetIdentityPoliciesResponse *getIdentityPolicies(const GetIdentityPoliciesRequest &request)
GetIdentityVerificationAttributesResponse *getIdentityVerificationAttributes(const GetIdentityVerificationAttributesRequest &request)
GetSendQuotaResponse *getSendQuota()
GetSendStatisticsResponse *getSendStatistics()
GetTemplateResponse *getTemplate(const GetTemplateRequest &request)
ListConfigurationSetsResponse *listConfigurationSets(const ListConfigurationSetsRequest &request)
ListCustomVerificationEmailTemplatesResponse *listCustomVerificationEmailTemplates(const ListCustomVerificationEmailTemplatesRequest &request)
ListIdentitiesResponse *listIdentities(const ListIdentitiesRequest &request)
ListIdentityPoliciesResponse *listIdentityPolicies(const ListIdentityPoliciesRequest &request)
ListReceiptFiltersResponse *listReceiptFilters(const ListReceiptFiltersRequest &request)
ListReceiptRuleSetsResponse *listReceiptRuleSets(const ListReceiptRuleSetsRequest &request)
ListTemplatesResponse *listTemplates(const ListTemplatesRequest &request)
ListVerifiedEmailAddressesResponse *listVerifiedEmailAddresses()
PutIdentityPolicyResponse *putIdentityPolicy(const PutIdentityPolicyRequest &request)
ReorderReceiptRuleSetResponse *reorderReceiptRuleSet(const ReorderReceiptRuleSetRequest &request)
SendBounceResponse *sendBounce(const SendBounceRequest &request)
SendBulkTemplatedEmailResponse *sendBulkTemplatedEmail(const SendBulkTemplatedEmailRequest &request)
SendCustomVerificationEmailResponse *sendCustomVerificationEmail(const SendCustomVerificationEmailRequest &request)
SendEmailResponse *sendEmail(const SendEmailRequest &request)
SendRawEmailResponse *sendRawEmail(const SendRawEmailRequest &request)
SendTemplatedEmailResponse *sendTemplatedEmail(const SendTemplatedEmailRequest &request)
SetActiveReceiptRuleSetResponse *setActiveReceiptRuleSet(const SetActiveReceiptRuleSetRequest &request)
SetIdentityDkimEnabledResponse *setIdentityDkimEnabled(const SetIdentityDkimEnabledRequest &request)
SetIdentityFeedbackForwardingEnabledResponse *setIdentityFeedbackForwardingEnabled(const SetIdentityFeedbackForwardingEnabledRequest &request)
SetIdentityHeadersInNotificationsEnabledResponse *setIdentityHeadersInNotificationsEnabled(const SetIdentityHeadersInNotificationsEnabledRequest &request)
SetIdentityMailFromDomainResponse *setIdentityMailFromDomain(const SetIdentityMailFromDomainRequest &request)
SetIdentityNotificationTopicResponse *setIdentityNotificationTopic(const SetIdentityNotificationTopicRequest &request)
SetReceiptRulePositionResponse *setReceiptRulePosition(const SetReceiptRulePositionRequest &request)
TestRenderTemplateResponse *testRenderTemplate(const TestRenderTemplateRequest &request)
UpdateAccountSendingEnabledResponse *updateAccountSendingEnabled(const UpdateAccountSendingEnabledRequest &request)
UpdateConfigurationSetEventDestinationResponse *updateConfigurationSetEventDestination(const UpdateConfigurationSetEventDestinationRequest &request)
UpdateConfigurationSetReputationMetricsEnabledResponse *updateConfigurationSetReputationMetricsEnabled(const UpdateConfigurationSetReputationMetricsEnabledRequest &request)
UpdateConfigurationSetSendingEnabledResponse *updateConfigurationSetSendingEnabled(const UpdateConfigurationSetSendingEnabledRequest &request)
UpdateConfigurationSetTrackingOptionsResponse *updateConfigurationSetTrackingOptions(const UpdateConfigurationSetTrackingOptionsRequest &request)
UpdateCustomVerificationEmailTemplateResponse *updateCustomVerificationEmailTemplate(const UpdateCustomVerificationEmailTemplateRequest &request)
UpdateReceiptRuleResponse *updateReceiptRule(const UpdateReceiptRuleRequest &request)
UpdateTemplateResponse *updateTemplate(const UpdateTemplateRequest &request)
VerifyDomainDkimResponse *verifyDomainDkim(const VerifyDomainDkimRequest &request)
VerifyDomainIdentityResponse *verifyDomainIdentity(const VerifyDomainIdentityRequest &request)
VerifyEmailAddressResponse *verifyEmailAddress(const VerifyEmailAddressRequest &request)
VerifyEmailIdentityResponse *verifyEmailIdentity(const VerifyEmailIdentityRequest &request)

Additional Inherited Members

Detailed Description

The SesClient class provides access to the Amazon Simple Email Service ( SES) service.

<fullname>Amazon Simple Email Service</fullname>

This is the API Reference for <a href="https://aws.amazon.com/ses/">Amazon Simple Email Service</a> (Amazon SES). This documentation is intended to be used in conjunction with the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer Guide</a>.

</p <note>

For a list of Amazon SES endpoints to use in service requests, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/regions.html">Regions and Amazon SES</a> in the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer Guide</a>.

Member Function Documentation

SesClient::SesClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Constructs a SesClient object.

The new client object will region, credentials, and manager for network operations.

The new object will be owned by parent, if set.

SesClient::SesClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

This function overloads SesClient().

This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).

See also QtAws::Core::AwsEndpoint::getEndpoint.

[slot] CloneReceiptRuleSetResponse *SesClient::cloneReceiptRuleSet(const CloneReceiptRuleSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an CloneReceiptRuleSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a receipt rule set by cloning an existing one. All receipt rules and configurations are copied to the new receipt rule set and are completely independent of the source rule

set>

For information about setting up rule sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] CreateConfigurationSetResponse *SesClient::createConfigurationSet(const CreateConfigurationSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an CreateConfigurationSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a configuration

set>

Configuration sets enable you to publish email sending events. For information about using configuration sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] CreateConfigurationSetEventDestinationResponse *SesClient::createConfigurationSetEventDestination(const CreateConfigurationSetEventDestinationRequest &request)

Sends request to the SesClient service, and returns a pointer to an CreateConfigurationSetEventDestinationResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a configuration set event

destination> <note>

When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon

SNS)> </note>

An event destination is the AWS service to which Amazon SES publishes the email sending events associated with a configuration set. For information about using configuration sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] CreateConfigurationSetTrackingOptionsResponse *SesClient::createConfigurationSetTrackingOptions(const CreateConfigurationSetTrackingOptionsRequest &request)

Sends request to the SesClient service, and returns a pointer to an CreateConfigurationSetTrackingOptionsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates an association between a configuration set and a custom domain for open and click event tracking.

</p

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using configuration sets, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html">Configuring Custom Domains to Handle Open and Click Tracking</a> in the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer

[slot] CreateCustomVerificationEmailTemplateResponse *SesClient::createCustomVerificationEmailTemplate(const CreateCustomVerificationEmailTemplateRequest &request)

Sends request to the SesClient service, and returns a pointer to an CreateCustomVerificationEmailTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a new custom verification email

template>

For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer

Guide</i>>

You can execute this operation no more than once per

[slot] CreateReceiptFilterResponse *SesClient::createReceiptFilter(const CreateReceiptFilterRequest &request)

Sends request to the SesClient service, and returns a pointer to an CreateReceiptFilterResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a new IP address

filter>

For information about setting up IP address filters, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-ip-filters.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] CreateReceiptRuleResponse *SesClient::createReceiptRule(const CreateReceiptRuleRequest &request)

Sends request to the SesClient service, and returns a pointer to an CreateReceiptRuleResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a receipt

rule>

For information about setting up receipt rules, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] CreateReceiptRuleSetResponse *SesClient::createReceiptRuleSet(const CreateReceiptRuleSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an CreateReceiptRuleSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates an empty receipt rule

set>

For information about setting up receipt rule sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] CreateTemplateResponse *SesClient::createTemplate(const CreateTemplateRequest &request)

Sends request to the SesClient service, and returns a pointer to an CreateTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DeleteConfigurationSetResponse *SesClient::deleteConfigurationSet(const DeleteConfigurationSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteConfigurationSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes a configuration set. Configuration sets enable you to publish email sending events. For information about using configuration sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DeleteConfigurationSetEventDestinationResponse *SesClient::deleteConfigurationSetEventDestination(const DeleteConfigurationSetEventDestinationRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteConfigurationSetEventDestinationResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes a configuration set event destination. Configuration set event destinations are associated with configuration sets, which enable you to publish email sending events. For information about using configuration sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DeleteConfigurationSetTrackingOptionsResponse *SesClient::deleteConfigurationSetTrackingOptions(const DeleteConfigurationSetTrackingOptionsRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteConfigurationSetTrackingOptionsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes an association between a configuration set and a custom domain for open and click event

tracking>

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using configuration sets, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html">Configuring Custom Domains to Handle Open and Click Tracking</a> in the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer

Guide</a>> <note>

Deleting this kind of association will result in emails sent using the specified configuration set to capture open and click events using the standard, Amazon SES-operated

[slot] DeleteCustomVerificationEmailTemplateResponse *SesClient::deleteCustomVerificationEmailTemplate(const DeleteCustomVerificationEmailTemplateRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteCustomVerificationEmailTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes an existing custom verification email template.

</p

For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer

Guide</i>>

You can execute this operation no more than once per

[slot] DeleteIdentityResponse *SesClient::deleteIdentity(const DeleteIdentityRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteIdentityResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes the specified identity (an email address or a domain) from the list of verified

identities>

You can execute this operation no more than once per

[slot] DeleteIdentityPolicyResponse *SesClient::deleteIdentityPolicy(const DeleteIdentityPolicyRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteIdentityPolicyResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes the specified sending authorization policy for the given identity (an email address or a domain). This API returns successfully even if a policy with the specified name does not

exist> <note>

This API is for the identity owner only. If you have not verified the identity, this API will return an

error> </note>

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DeleteReceiptFilterResponse *SesClient::deleteReceiptFilter(const DeleteReceiptFilterRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteReceiptFilterResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes the specified IP address

filter>

For information about managing IP address filters, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DeleteReceiptRuleResponse *SesClient::deleteReceiptRule(const DeleteReceiptRuleRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteReceiptRuleResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes the specified receipt

rule>

For information about managing receipt rules, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DeleteReceiptRuleSetResponse *SesClient::deleteReceiptRuleSet(const DeleteReceiptRuleSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteReceiptRuleSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes the specified receipt rule set and all of the receipt rules it

contains> <note>

The currently active rule set cannot be

deleted> </note>

For information about managing receipt rule sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DeleteTemplateResponse *SesClient::deleteTemplate(const DeleteTemplateRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes an email

template>

You can execute this operation no more than once per

[slot] DeleteVerifiedEmailAddressResponse *SesClient::deleteVerifiedEmailAddress(const DeleteVerifiedEmailAddressRequest &request)

Sends request to the SesClient service, and returns a pointer to an DeleteVerifiedEmailAddressResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deprecated. Use the <code>DeleteIdentity</code> operation to delete email addresses and

[slot] DescribeActiveReceiptRuleSetResponse *SesClient::describeActiveReceiptRuleSet(const DescribeActiveReceiptRuleSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an DescribeActiveReceiptRuleSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the metadata and receipt rules for the receipt rule set that is currently

active>

For information about setting up receipt rule sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rule-set.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DescribeConfigurationSetResponse *SesClient::describeConfigurationSet(const DescribeConfigurationSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an DescribeConfigurationSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the details of the specified configuration set. For information about using configuration sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DescribeReceiptRuleResponse *SesClient::describeReceiptRule(const DescribeReceiptRuleRequest &request)

Sends request to the SesClient service, and returns a pointer to an DescribeReceiptRuleResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the details of the specified receipt

rule>

For information about setting up receipt rules, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-receipt-rules.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] DescribeReceiptRuleSetResponse *SesClient::describeReceiptRuleSet(const DescribeReceiptRuleSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an DescribeReceiptRuleSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the details of the specified receipt rule

set>

For information about managing receipt rule sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] GetAccountSendingEnabledResponse *SesClient::getAccountSendingEnabled()

Sends a GetAccountSendingEnabled request to the SesClient service, and returns a pointer to an GetAccountSendingEnabledResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the email sending status of the Amazon SES

account>

You can execute this operation no more than once per

[slot] GetCustomVerificationEmailTemplateResponse *SesClient::getCustomVerificationEmailTemplate(const GetCustomVerificationEmailTemplateRequest &request)

Sends request to the SesClient service, and returns a pointer to an GetCustomVerificationEmailTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the custom email verification template for the template name you

specify>

For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer

Guide</i>>

You can execute this operation no more than once per

[slot] GetIdentityDkimAttributesResponse *SesClient::getIdentityDkimAttributes(const GetIdentityDkimAttributesRequest &request)

Sends request to the SesClient service, and returns a pointer to an GetIdentityDkimAttributesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the current status of Easy DKIM signing for an entity. For domain name identities, this operation also returns the DKIM tokens that are required for Easy DKIM signing, and whether Amazon SES has successfully verified that these tokens have been

published>

This operation takes a list of identities as input and returns the following information for

each> <ul> <li>

Whether Easy DKIM signing is enabled or

disabled> </li> <li>

A set of DKIM tokens that represent the identity. If the identity is an email address, the tokens represent the domain of that

address> </li> <li>

Whether Amazon SES has successfully verified the DKIM tokens published in the domain's DNS. This information is only returned for domain name identities, not for email

addresses> </li> </ul>

This operation is throttled at one request per second and can only get DKIM attributes for up to 100 identities at a

time>

For more information about creating DNS records using DKIM tokens, go to the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim-dns-records.html">Amazon SES Developer

[slot] GetIdentityMailFromDomainAttributesResponse *SesClient::getIdentityMailFromDomainAttributes(const GetIdentityMailFromDomainAttributesRequest &request)

Sends request to the SesClient service, and returns a pointer to an GetIdentityMailFromDomainAttributesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the custom MAIL FROM attributes for a list of identities (email addresses :

domains)>

This operation is throttled at one request per second and can only get custom MAIL FROM attributes for up to 100 identities at a

[slot] GetIdentityNotificationAttributesResponse *SesClient::getIdentityNotificationAttributes(const GetIdentityNotificationAttributesRequest &request)

Sends request to the SesClient service, and returns a pointer to an GetIdentityNotificationAttributesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification

attributes>

This operation is throttled at one request per second and can only get notification attributes for up to 100 identities at a

time>

For more information about using notifications with Amazon SES, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html">Amazon SES Developer

[slot] GetIdentityPoliciesResponse *SesClient::getIdentityPolicies(const GetIdentityPoliciesRequest &request)

Sends request to the SesClient service, and returns a pointer to an GetIdentityPoliciesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns the requested sending authorization policies for the given identity (an email address or a domain). The policies are returned as a map of policy names to policy contents. You can retrieve a maximum of 20 policies at a

time> <note>

This API is for the identity owner only. If you have not verified the identity, this API will return an

error> </note>

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] GetIdentityVerificationAttributesResponse *SesClient::getIdentityVerificationAttributes(const GetIdentityVerificationAttributesRequest &request)

Sends request to the SesClient service, and returns a pointer to an GetIdentityVerificationAttributesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each

identity>

The verification status of an email address is "Pending" until the email address owner clicks the link within the verification email that Amazon SES sent to that address. If the email address owner clicks the link within 24 hours, the verification status of the email address changes to "Success". If the link is not clicked within 24 hours, the verification status changes to "Failed." In that case, if you still want to verify the email address, you must restart the verification process from the

beginning>

For domain identities, the domain's verification status is "Pending" as Amazon SES searches for the required TXT record in the DNS settings of the domain. When Amazon SES detects the record, the domain's verification status changes to "Success". If Amazon SES is unable to detect the record within 72 hours, the domain's verification status changes to "Failed." In that case, if you still want to verify the domain, you must restart the verification process from the

beginning>

This operation is throttled at one request per second and can only get verification attributes for up to 100 identities at a

[slot] GetSendQuotaResponse *SesClient::getSendQuota()

Sends a GetSendQuota request to the SesClient service, and returns a pointer to an GetSendQuotaResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Provides the sending limits for the Amazon SES account.

</p

You can execute this operation no more than once per

[slot] GetSendStatisticsResponse *SesClient::getSendStatistics()

Sends a GetSendStatistics request to the SesClient service, and returns a pointer to an GetSendStatisticsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Provides sending statistics for the Amazon SES account. The result is a list of data points, representing the last two weeks of sending activity. Each data point in the list contains statistics for a 15-minute period of

time>

You can execute this operation no more than once per

[slot] GetTemplateResponse *SesClient::getTemplate(const GetTemplateRequest &request)

Sends request to the SesClient service, and returns a pointer to an GetTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Displays the template object (which includes the Subject line, HTML part and text part) for the template you

specify>

You can execute this operation no more than once per

[slot] ListConfigurationSetsResponse *SesClient::listConfigurationSets(const ListConfigurationSetsRequest &request)

Sends request to the SesClient service, and returns a pointer to an ListConfigurationSetsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Provides a list of the configuration sets associated with your Amazon SES account. For information about using configuration sets, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Monitoring Your Amazon SES Sending Activity</a> in the <i>Amazon SES Developer Guide.</i>

</p

You can execute this operation no more than once per second. This operation will return up to 1,000 configuration sets each time it is run. If your Amazon SES account has more than 1,000 configuration sets, this operation will also return a NextToken element. You can then execute the <code>ListConfigurationSets</code> operation again, passing the <code>NextToken</code> parameter and the value of the NextToken element to retrieve additional

[slot] ListCustomVerificationEmailTemplatesResponse *SesClient::listCustomVerificationEmailTemplates(const ListCustomVerificationEmailTemplatesRequest &request)

Sends request to the SesClient service, and returns a pointer to an ListCustomVerificationEmailTemplatesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Lists the existing custom verification email templates for your

account>

For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer

Guide</i>>

You can execute this operation no more than once per

[slot] ListIdentitiesResponse *SesClient::listIdentities(const ListIdentitiesRequest &request)

Sends request to the SesClient service, and returns a pointer to an ListIdentitiesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns a list containing all of the identities (email addresses and domains) for your AWS account, regardless of verification

status>

You can execute this operation no more than once per

[slot] ListIdentityPoliciesResponse *SesClient::listIdentityPolicies(const ListIdentityPoliciesRequest &request)

Sends request to the SesClient service, and returns a pointer to an ListIdentityPoliciesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns a list of sending authorization policies that are attached to the given identity (an email address or a domain). This API returns only a list. If you want the actual policy content, you can use

<code>GetIdentityPolicies</code>> <note>

This API is for the identity owner only. If you have not verified the identity, this API will return an

error> </note>

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] ListReceiptFiltersResponse *SesClient::listReceiptFilters(const ListReceiptFiltersRequest &request)

Sends request to the SesClient service, and returns a pointer to an ListReceiptFiltersResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Lists the IP address filters associated with your AWS

account>

For information about managing IP address filters, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-ip-filters.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] ListReceiptRuleSetsResponse *SesClient::listReceiptRuleSets(const ListReceiptRuleSetsRequest &request)

Sends request to the SesClient service, and returns a pointer to an ListReceiptRuleSetsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Lists the receipt rule sets that exist under your AWS account. If there are additional receipt rule sets to be retrieved, you will receive a <code>NextToken</code> that you can provide to the next call to <code>ListReceiptRuleSets</code> to retrieve the additional

entries>

For information about managing receipt rule sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] ListTemplatesResponse *SesClient::listTemplates(const ListTemplatesRequest &request)

Sends request to the SesClient service, and returns a pointer to an ListTemplatesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Lists the email templates present in your Amazon SES

account>

You can execute this operation no more than once per

[slot] ListVerifiedEmailAddressesResponse *SesClient::listVerifiedEmailAddresses()

Sends a ListVerifiedEmailAddresses request to the SesClient service, and returns a pointer to an ListVerifiedEmailAddressesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deprecated. Use the <code>ListIdentities</code> operation to list the email addresses and domains associated with your

[slot] PutIdentityPolicyResponse *SesClient::putIdentityPolicy(const PutIdentityPolicyRequest &request)

Sends request to the SesClient service, and returns a pointer to an PutIdentityPolicyResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Adds or updates a sending authorization policy for the specified identity (an email address or a

domain)> <note>

This API is for the identity owner only. If you have not verified the identity, this API will return an

error> </note>

Sending authorization is a feature that enables an identity owner to authorize other senders to use its identities. For information about using sending authorization, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] ReorderReceiptRuleSetResponse *SesClient::reorderReceiptRuleSet(const ReorderReceiptRuleSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an ReorderReceiptRuleSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Reorders the receipt rules within a receipt rule

set> <note>

All of the rules in the rule set must be represented in this request. That is, this API will return an error if the reorder request doesn't explicitly position all of the

rules> </note>

For information about managing receipt rule sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] SendBounceResponse *SesClient::sendBounce(const SendBounceRequest &request)

Sends request to the SesClient service, and returns a pointer to an SendBounceResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Generates and sends a bounce message to the sender of an email you received through Amazon SES. You can only use this API on an email up to 24 hours after you receive

it> <note>

You cannot use this API to send generic bounces for mail that was not received by Amazon

SES> </note>

For information about receiving email through Amazon SES, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] SendBulkTemplatedEmailResponse *SesClient::sendBulkTemplatedEmail(const SendBulkTemplatedEmailRequest &request)

Sends request to the SesClient service, and returns a pointer to an SendBulkTemplatedEmailResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Composes an email message to multiple destinations. The message body is created using an email

template>

In order to send email using the <code>SendBulkTemplatedEmail</code> operation, your call to the API must meet the following

requirements> <ul> <li>

The call must refer to an existing email template. You can create email templates using the <a>CreateTemplate</a>

operation> </li> <li>

The message must be sent from a verified email address or

domain> </li> <li>

If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html">Verifying Email Addresses and Domains</a> in the <i>Amazon SES Developer Guide.</i>

</p </li> <li>

The total size of the message, including attachments, must be less than 10

MB> </li> <li>

Each <code>Destination</code> parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format <i>UserName@[SubDomain.]Domain.TopLevelDomain</i>), the entire message will be rejected, even if the message contains other recipients that are

[slot] SendCustomVerificationEmailResponse *SesClient::sendCustomVerificationEmail(const SendCustomVerificationEmailRequest &request)

Sends request to the SesClient service, and returns a pointer to an SendCustomVerificationEmailResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Adds an email address to the list of identities for your Amazon SES account and attempts to verify it. As a result of executing this operation, a customized verification email is sent to the specified

address>

To use this operation, you must first create a custom verification email template. For more information about creating and using custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer

Guide</i>>

You can execute this operation no more than once per

[slot] SendEmailResponse *SesClient::sendEmail(const SendEmailRequest &request)

Sends request to the SesClient service, and returns a pointer to an SendEmailResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Composes an email message and immediately queues it for sending. In order to send email using the <code>SendEmail</code> operation, your message must meet the following

requirements> <ul> <li>

The message must be sent from a verified email address or domain. If you attempt to send email using a non-verified address or domain, the operation will result in an "Email address not verified" error.

</p </li> <li>

If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html">Verifying Email Addresses and Domains</a> in the <i>Amazon SES Developer Guide.</i>

</p </li> <li>

The total size of the message, including attachments, must be smaller than 10

MB> </li> <li>

The message must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format <i>UserName@[SubDomain.]Domain.TopLevelDomain</i>), the entire message will be rejected, even if the message contains other recipients that are

valid> </li> <li>

The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call the <code>SendEmail</code> operation several times to send the message to each

group> </li> </ul> <b>

For every message that you send, the total number of recipients (including each recipient in the To:, CC: and BCC: fields) is counted against the maximum number of emails you can send in a 24-hour period (your <i>sending quota</i>). For more information about sending quotas in Amazon SES, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html">Managing Your Amazon SES Sending Limits</a> in the <i>Amazon SES Developer Guide.</i>

[slot] SendRawEmailResponse *SesClient::sendRawEmail(const SendRawEmailRequest &request)

Sends request to the SesClient service, and returns a pointer to an SendRawEmailResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Composes an email message and immediately queues it for sending. When calling this operation, you may specify the message headers as well as the content. The <code>SendRawEmail</code> operation is particularly useful for sending multipart MIME emails (such as those that contain both a plain-text and an HTML version).

</p

In order to send email using the <code>SendRawEmail</code> operation, your message must meet the following

requirements> <ul> <li>

The message must be sent from a verified email address or domain. If you attempt to send email using a non-verified address or domain, the operation will result in an "Email address not verified" error.

</p </li> <li>

If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html">Verifying Email Addresses and Domains</a> in the <i>Amazon SES Developer Guide.</i>

</p </li> <li>

The total size of the message, including attachments, must be smaller than 10

MB> </li> <li>

The message must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format <i>UserName@[SubDomain.]Domain.TopLevelDomain</i>), the entire message will be rejected, even if the message contains other recipients that are

valid> </li> <li>

The message may not include more than 50 recipients, across the To:, CC: and BCC: fields. If you need to send an email message to a larger audience, you can divide your recipient list into groups of 50 or fewer, and then call the <code>SendRawEmail</code> operation several times to send the message to each

group> </li> </ul> <b>

For every message that you send, the total number of recipients (including each recipient in the To:, CC: and BCC: fields) is counted against the maximum number of emails you can send in a 24-hour period (your <i>sending quota</i>). For more information about sending quotas in Amazon SES, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/manage-sending-limits.html">Managing Your Amazon SES Sending Limits</a> in the <i>Amazon SES Developer Guide.</i>

</p </b>

Additionally, keep the following considerations in mind when using the <code>SendRawEmail</code>

operation> <ul> <li>

Although you can customize the message headers when using the <code>SendRawEmail</code> operation, Amazon SES will automatically apply its own <code>Message-ID</code> and <code>Date</code> headers; if you passed these headers when creating the message, they will be overwritten by the values that Amazon SES

provides> </li> <li>

If you are using sending authorization to send on behalf of another user, <code>SendRawEmail</code> enables you to specify the cross-account identity for the email's Source, From, and Return-Path parameters in one of two ways: you can pass optional parameters <code>SourceArn</code>, <code>FromArn</code>, and/or <code>ReturnPathArn</code> to the API, or you can include the following X-headers in the header of your raw

email> <ul> <li>

<code>X-SES-SOURCE-ARN</code>

</p </li> <li>

<code>X-SES-FROM-ARN</code>

</p </li> <li>

<code>X-SES-RETURN-PATH-ARN</code>

</p </li> </ul> <b>

Do not include these X-headers in the DKIM signature; Amazon SES will remove them before sending the

email> </b>

For most common sending authorization scenarios, we recommend that you specify the <code>SourceIdentityArn</code> parameter and not the <code>FromIdentityArn</code> or <code>ReturnPathIdentityArn</code> parameters. If you only specify the <code>SourceIdentityArn</code> parameter, Amazon SES will set the From and Return Path addresses to the identity specified in <code>SourceIdentityArn</code>. For more information about sending authorization, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html">Using Sending Authorization with Amazon SES</a> in the <i>Amazon SES Developer Guide.</i>

[slot] SendTemplatedEmailResponse *SesClient::sendTemplatedEmail(const SendTemplatedEmailRequest &request)

Sends request to the SesClient service, and returns a pointer to an SendTemplatedEmailResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Composes an email message using an email template and immediately queues it for

sending>

In order to send email using the <code>SendTemplatedEmail</code> operation, your call to the API must meet the following

requirements> <ul> <li>

The call must refer to an existing email template. You can create email templates using the <a>CreateTemplate</a>

operation> </li> <li>

The message must be sent from a verified email address or

domain> </li> <li>

If your account is still in the Amazon SES sandbox, you may only send to verified addresses or domains, or to email addresses associated with the Amazon SES Mailbox Simulator. For more information, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html">Verifying Email Addresses and Domains</a> in the <i>Amazon SES Developer Guide.</i>

</p </li> <li>

The total size of the message, including attachments, must be less than 10

MB> </li> <li>

Calls to the <code>SendTemplatedEmail</code> operation may only include one <code>Destination</code> parameter. A destination is a set of recipients who will receive the same version of the email. The <code>Destination</code> parameter can include up to 50 recipients, across the To:, CC: and BCC:

fields> </li> <li>

The <code>Destination</code> parameter must include at least one recipient email address. The recipient address can be a To: address, a CC: address, or a BCC: address. If a recipient email address is invalid (that is, it is not in the format <i>UserName@[SubDomain.]Domain.TopLevelDomain</i>), the entire message will be rejected, even if the message contains other recipients that are

[slot] SetActiveReceiptRuleSetResponse *SesClient::setActiveReceiptRuleSet(const SetActiveReceiptRuleSetRequest &request)

Sends request to the SesClient service, and returns a pointer to an SetActiveReceiptRuleSetResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Sets the specified receipt rule set as the active receipt rule

set> <note>

To disable your email-receiving through Amazon SES completely, you can call this API with RuleSetName set to

null> </note>

For information about managing receipt rule sets, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rule-sets.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] SetIdentityDkimEnabledResponse *SesClient::setIdentityDkimEnabled(const SetIdentityDkimEnabledRequest &request)

Sends request to the SesClient service, and returns a pointer to an SetIdentityDkimEnabledResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Enables or disables Easy DKIM signing of email sent from an

identity> <ul> <li>

If Easy DKIM signing is enabled for a domain name identity (such as <code>example.com</code>), then Amazon SES will DKIM-sign all email sent by addresses under that domain name (for example,

<code>user@example.com</code>)> </li> <li>

If Easy DKIM signing is enabled for an email address, then Amazon SES will DKIM-sign all email sent by that email

address> </li> </ul>

For email addresses (for example, <code>user@example.com</code>), you can only enable Easy DKIM signing if the corresponding domain (in this case, <code>example.com</code>) has been set up for Easy DKIM using the AWS Console or the <code>VerifyDomainDkim</code>

operation>

You can execute this operation no more than once per

second>

For more information about Easy DKIM signing, go to the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html">Amazon SES Developer

[slot] SetIdentityFeedbackForwardingEnabledResponse *SesClient::setIdentityFeedbackForwardingEnabled(const SetIdentityFeedbackForwardingEnabledRequest &request)

Sends request to the SesClient service, and returns a pointer to an SetIdentityFeedbackForwardingEnabledResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Given an identity (an email address or a domain), enables or disables whether Amazon SES forwards bounce and complaint notifications as email. Feedback forwarding can only be disabled when Amazon Simple Notification Service (Amazon SNS) topics are specified for both bounces and

complaints> <note>

Feedback forwarding does not apply to delivery notifications. Delivery notifications are only available through Amazon

SNS> </note>

You can execute this operation no more than once per

second>

For more information about using notifications with Amazon SES, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html">Amazon SES Developer

[slot] SetIdentityHeadersInNotificationsEnabledResponse *SesClient::setIdentityHeadersInNotificationsEnabled(const SetIdentityHeadersInNotificationsEnabledRequest &request)

Sends request to the SesClient service, and returns a pointer to an SetIdentityHeadersInNotificationsEnabledResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Given an identity (an email address or a domain), sets whether Amazon SES includes the original email headers in the Amazon Simple Notification Service (Amazon SNS) notifications of a specified

type>

You can execute this operation no more than once per

second>

For more information about using notifications with Amazon SES, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html">Amazon SES Developer

[slot] SetIdentityMailFromDomainResponse *SesClient::setIdentityMailFromDomain(const SetIdentityMailFromDomainRequest &request)

Sends request to the SesClient service, and returns a pointer to an SetIdentityMailFromDomainResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Enables or disables the custom MAIL FROM domain setup for a verified identity (an email address or a

domain)> <b>

To send emails using the specified MAIL FROM domain, you must add an MX record to your MAIL FROM domain's DNS settings. If you want your emails to pass Sender Policy Framework (SPF) checks, you must also add or update an SPF record. For more information, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/mail-from-set.html">Amazon SES Developer

Guide</a>> </b>

You can execute this operation no more than once per

[slot] SetIdentityNotificationTopicResponse *SesClient::setIdentityNotificationTopic(const SetIdentityNotificationTopicRequest &request)

Sends request to the SesClient service, and returns a pointer to an SetIdentityNotificationTopicResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Given an identity (an email address or a domain), sets the Amazon Simple Notification Service (Amazon SNS) topic to which Amazon SES will publish bounce, complaint, and/or delivery notifications for emails sent with that identity as the

<code>Source</code>> <note>

Unless feedback forwarding is enabled, you must specify Amazon SNS topics for bounce and complaint notifications. For more information, see

<code>SetIdentityFeedbackForwardingEnabled</code>> </note>

You can execute this operation no more than once per

second>

For more information about feedback notification, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/notifications.html">Amazon SES Developer

[slot] SetReceiptRulePositionResponse *SesClient::setReceiptRulePosition(const SetReceiptRulePositionRequest &request)

Sends request to the SesClient service, and returns a pointer to an SetReceiptRulePositionResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Sets the position of the specified receipt rule in the receipt rule

set>

For information about managing receipt rules, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] TestRenderTemplateResponse *SesClient::testRenderTemplate(const TestRenderTemplateRequest &request)

Sends request to the SesClient service, and returns a pointer to an TestRenderTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Creates a preview of the MIME content of an email when provided with a template and a set of replacement

data>

You can execute this operation no more than once per

[slot] UpdateAccountSendingEnabledResponse *SesClient::updateAccountSendingEnabled(const UpdateAccountSendingEnabledRequest &request)

Sends request to the SesClient service, and returns a pointer to an UpdateAccountSendingEnabledResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Enables or disables email sending across your entire Amazon SES account. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending across your Amazon SES account when reputation metrics (such as your bounce on complaint rate) reach certain

thresholds>

You can execute this operation no more than once per

[slot] UpdateConfigurationSetEventDestinationResponse *SesClient::updateConfigurationSetEventDestination(const UpdateConfigurationSetEventDestinationRequest &request)

Sends request to the SesClient service, and returns a pointer to an UpdateConfigurationSetEventDestinationResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Updates the event destination of a configuration set. Event destinations are associated with configuration sets, which enable you to publish email sending events to Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon SNS). For information about using configuration sets, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/monitor-sending-activity.html">Monitoring Your Amazon SES Sending Activity</a> in the <i>Amazon SES Developer Guide.</i>

</p <note>

When you create or update an event destination, you must provide one, and only one, destination. The destination can be Amazon CloudWatch, Amazon Kinesis Firehose, or Amazon Simple Notification Service (Amazon

SNS)> </note>

You can execute this operation no more than once per

[slot] UpdateConfigurationSetReputationMetricsEnabledResponse *SesClient::updateConfigurationSetReputationMetricsEnabled(const UpdateConfigurationSetReputationMetricsEnabledRequest &request)

Sends request to the SesClient service, and returns a pointer to an UpdateConfigurationSetReputationMetricsEnabledResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Enables or disables the publishing of reputation metrics for emails sent using a specific configuration set. Reputation metrics include bounce and complaint rates. These metrics are published to Amazon CloudWatch. By using Amazon CloudWatch, you can create alarms when bounce or complaint rates exceed a certain

threshold>

You can execute this operation no more than once per

[slot] UpdateConfigurationSetSendingEnabledResponse *SesClient::updateConfigurationSetSendingEnabled(const UpdateConfigurationSetSendingEnabledRequest &request)

Sends request to the SesClient service, and returns a pointer to an UpdateConfigurationSetSendingEnabledResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Enables or disables email sending for messages sent using a specific configuration set. You can use this operation in conjunction with Amazon CloudWatch alarms to temporarily pause email sending for a configuration set when the reputation metrics for that configuration set (such as your bounce on complaint rate) reach certain

thresholds>

You can execute this operation no more than once per

[slot] UpdateConfigurationSetTrackingOptionsResponse *SesClient::updateConfigurationSetTrackingOptions(const UpdateConfigurationSetTrackingOptionsRequest &request)

Sends request to the SesClient service, and returns a pointer to an UpdateConfigurationSetTrackingOptionsResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Modifies an association between a configuration set and a custom domain for open and click event tracking.

</p

By default, images and links used for tracking open and click events are hosted on domains operated by Amazon SES. You can configure a subdomain of your own to handle these events. For information about using configuration sets, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/configure-custom-open-click-domains.html">Configuring Custom Domains to Handle Open and Click Tracking</a> in the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/Welcome.html">Amazon SES Developer

[slot] UpdateCustomVerificationEmailTemplateResponse *SesClient::updateCustomVerificationEmailTemplate(const UpdateCustomVerificationEmailTemplateRequest &request)

Sends request to the SesClient service, and returns a pointer to an UpdateCustomVerificationEmailTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Updates an existing custom verification email

template>

For more information about custom verification email templates, see <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/custom-verification-emails.html">Using Custom Verification Email Templates</a> in the <i>Amazon SES Developer

Guide</i>>

You can execute this operation no more than once per

[slot] UpdateReceiptRuleResponse *SesClient::updateReceiptRule(const UpdateReceiptRuleRequest &request)

Sends request to the SesClient service, and returns a pointer to an UpdateReceiptRuleResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Updates a receipt

rule>

For information about managing receipt rules, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-managing-receipt-rules.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] UpdateTemplateResponse *SesClient::updateTemplate(const UpdateTemplateRequest &request)

Sends request to the SesClient service, and returns a pointer to an UpdateTemplateResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Updates an email template. Email templates enable you to send personalized email to one or more destinations in a single API operation. For more information, see the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/send-personalized-email-api.html">Amazon SES Developer

Guide</a>>

You can execute this operation no more than once per

[slot] VerifyDomainDkimResponse *SesClient::verifyDomainDkim(const VerifyDomainDkimRequest &request)

Sends request to the SesClient service, and returns a pointer to an VerifyDomainDkimResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Returns a set of DKIM tokens for a domain. DKIM <i>tokens</i> are character strings that represent your domain's identity. Using these tokens, you will need to create DNS CNAME records that point to DKIM public keys hosted by Amazon SES. Amazon Web Services will eventually detect that you have updated your DNS records; this detection process may take up to 72 hours. Upon successful detection, Amazon SES will be able to DKIM-sign email originating from that

domain>

You can execute this operation no more than once per

second>

To enable or disable Easy DKIM signing for a domain, use the <code>SetIdentityDkimEnabled</code>

operation>

For more information about creating DNS records using DKIM tokens, go to the <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim-dns-records.html">Amazon SES Developer

[slot] VerifyDomainIdentityResponse *SesClient::verifyDomainIdentity(const VerifyDomainIdentityRequest &request)

Sends request to the SesClient service, and returns a pointer to an VerifyDomainIdentityResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Adds a domain to the list of identities for your Amazon SES account and attempts to verify it. For more information about verifying domains, see <a href="http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-addresses-and-domains.html">Verifying Email Addresses and Domains</a> in the <i>Amazon SES Developer Guide.</i>

</p

You can execute this operation no more than once per

[slot] VerifyEmailAddressResponse *SesClient::verifyEmailAddress(const VerifyEmailAddressRequest &request)

Sends request to the SesClient service, and returns a pointer to an VerifyEmailAddressResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deprecated. Use the <code>VerifyEmailIdentity</code> operation to verify a new email

[slot] VerifyEmailIdentityResponse *SesClient::verifyEmailIdentity(const VerifyEmailIdentityRequest &request)

Sends request to the SesClient service, and returns a pointer to an VerifyEmailIdentityResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Adds an email address to the list of identities for your Amazon SES account and attempts to verify it. As a result of executing this operation, a verification email is sent to the specified

address>

You can execute this operation no more than once per

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.