Given a valid region name, return a boto.ses.connection.SESConnection.
Type: | str |
---|---|
Parameters: | region_name – The name of the region to connect to. |
Return type: | boto.ses.connection.SESConnection or None |
Returns: | A connection to the given region, or None if an invalid region name is given |
Get all available regions for the SES service.
Return type: | list |
---|---|
Returns: | A list of boto.regioninfo.RegionInfo instances |
alias of BotoServerError
Deletes the specified identity (email address or domain) from the list of verified identities.
Parameters: | identity (string) – The identity to be deleted. |
---|---|
Return type: | dict |
Returns: | A DeleteIdentityResponse structure. Note that keys must be unicode strings. |
Deletes the specified email address from the list of verified addresses.
Parameters: | email_address – The email address to be removed from the list of verified addreses. |
---|---|
Return type: | dict |
Returns: | A DeleteVerifiedEmailAddressResponse structure. Note that keys must be unicode strings. |
Get attributes associated with a list of verified identities.
Given a list of verified identities (email addresses and/or domains), returns a structure describing identity notification attributes.
Parameters: | identities (list) – A list of verified identities (email addresses and/or domains). |
---|
Given a list of identities (email addresses and/or domains), returns the verification status and (for domain identities) the verification token for each identity.
Parameters: | identities (list of strings or string) – List of identities. |
---|---|
Return type: | dict |
Returns: | A GetIdentityVerificationAttributesResponse structure. Note that keys must be unicode strings. |
Fetches the user’s current activity limits.
Return type: | dict |
---|---|
Returns: | A GetSendQuotaResponse structure. Note that keys must be unicode strings. |
Fetches the user’s sending statistics. 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 interval.
Return type: | dict |
---|---|
Returns: | A GetSendStatisticsResponse structure. Note that keys must be unicode strings. |
Returns a list containing all of the identities (email addresses and domains) for a specific AWS Account, regardless of verification status.
Return type: | dict |
---|---|
Returns: | A ListIdentitiesResponse structure. Note that keys must be unicode strings. |
Fetch a list of the email addresses that have been verified.
Return type: | dict |
---|---|
Returns: | A ListVerifiedEmailAddressesResponse structure. Note that keys must be unicode strings. |
Composes an email message based on input data, and then immediately queues the message for sending.
Parameters: |
|
---|
Sends an email message, with header and content specified by the client. The SendRawEmail action is useful for sending multipart MIME emails, with attachments or inline content. The raw text of the message must comply with Internet email standards; otherwise, the message cannot be sent.
Parameters: |
|
---|
Enables or disables DKIM signing of email sent from an identity.
For email addresses (e.g., user@example.com), you can only enable Easy DKIM signing if the corresponding domain (e.g., example.com) has been set up for Easy DKIM using the AWS Console or the VerifyDomainDkim action.
Parameters: |
---|
Enables or disables SES feedback notification via email. Feedback forwarding may only be disabled when both complaint and bounce topics are set.
Parameters: |
---|
Sets an SNS topic to publish bounce or complaint notifications for emails sent with the given identity as the Source. Publishing to topics may only be disabled when feedback forwarding is enabled.
Parameters: |
|
---|
Returns a set of DNS records, or tokens, that must be published in the domain name’s DNS to complete the DKIM verification process. These tokens are DNS CNAME records that point to DKIM public keys hosted by Amazon SES. To complete the DKIM verification process, these tokens must be published in the domain’s DNS. The tokens must remain published in order for Easy DKIM signing to function correctly.
After the tokens are added to the domain’s DNS, Amazon SES will be able to DKIM-sign email originating from that domain. To enable or disable Easy DKIM signing for a domain, use the SetIdentityDkimEnabled action. For more information about Easy DKIM, go to the Amazon SES Developer Guide.
Parameters: | domain (string) – The domain name. |
---|
Verifies a domain.
Parameters: | domain (string) – The domain to be verified. |
---|---|
Return type: | dict |
Returns: | A VerifyDomainIdentityResponse structure. Note that keys must be unicode strings. |
Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
Parameters: | email_address – The email address to be verified. |
---|---|
Return type: | dict |
Returns: | A VerifyEmailAddressResponse structure. Note that keys must be unicode strings. |
Verifies an email address. This action causes a confirmation email message to be sent to the specified address.
Parameters: | email_address – The email address to be verified. |
---|---|
Return type: | dict |
Returns: | A VerifyEmailIdentityResponse structure. Note that keys must be unicode strings. |