Given a valid region name, return a boto.sns.connection.SESConnection.
| Type : | str |
|---|---|
| Parameters: | region_name – The name of the region to connect to. |
| Return type: | boto.sns.connection.SESConnection or None |
| Returns: | A connection to the given region, or None if an invalid region name is given |
Find and return a boto.regioninfo.RegionInfo object given a region name.
| Type : | str |
|---|---|
| Param : | The name of the region. |
| Return type: | boto.regioninfo.RegionInfo |
| Returns: | The RegionInfo object for the given region or None if an invalid region name is provided. |
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 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. |
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. |
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: |
|
|---|
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. |