AWS Messaging Blog

DKIM Troubleshooting Series: Authentication Considerations

Hi, and welcome to another entry in the Amazon SES DKIM troubleshooting series. So far we have focused on technical issues, but now it’s time to take a step back and look at the bigger picture. Exactly why did we go to all this trouble in setting up DKIM for our domain? My emails are […]

DKIM Troubleshooting Series: Why is My Signature Not Validating?

Hello and welcome to the fifth entry in the Amazon SES DKIM troubleshooting blog series. We have begun the task of setting up DKIM for a domain and overcome a great variety of DNS issues, to succeed in getting the signature to appear in our emails. This is when the next problem manifests itself: the […]

DKIM Troubleshooting Series: Where is My Signature?

9/15/16 Update: There has been a small simplification to the steps you use to set up Easy DKIM. See this forum announcement for details. In this blog series so far, we have seen various problems that could prevent us from having Amazon SES verify the DKIM setup for our domain, and some possible causes (and […]

DKIM Troubleshooting Series: Your DKIM Status is Pending

In the previous blog entry we started the process of setting up DKIM for a domain. We generated the DKIM records and succeeded in adding them to our DNS. We’re all set, right? I have added the records to my DNS but my domain’s DKIM verification status is still Pending After waiting for the 72 […]

Goodbye blacklist. Introducing the suppression list!

We’ve heard your feedback: handling “Address Blacklisted” errors is a major hassle. We have been working to make that experience more intuitive, and are happy to announce that today we launched the blacklist’s replacement, the Amazon SES suppression list. Like the blacklist, the suppression list is a list of recipient addresses that Amazon SES blocks […]

Announcing Self-Service Blacklisted Address Removal

UPDATE ON 5/4/16: This article is deprecated. Please see this article instead: Goodbye blacklist. Introducing the suppression list! We’ve listened to your feedback and are happy to let you know that starting today, you can remove email addresses from the blacklist from within the Amazon SES Console. A blacklisted address is one that Amazon SES will […]

Scripting Amazon SES with Powershell – Attempts and Bounces

Did you know that you can interact with Amazon SES using Windows Powershell? To get started, download the AWS Tools for Windows Powershell and configure Powershell. Let’s get your total deliveries and total bounces for the last two weeks. Powershell uses the GetSendStatistics Amazon SES API to get this data. Here is the full script. […]

How to handle a "Throttling – Maximum sending rate exceeded" error

Calls to Amazon SES are limited by the account’s maximum send rate. When you call Amazon SES faster than your maximum allocated send rate, Amazon SES will reject your over the limit requests with a “Throttling – Maximum sending rate exceeded” error. Depending on which Amazon SES interface you call, the error is passed back […]