AWS Messaging Blog
Announcing Sending Authorization!
The Amazon SES team is excited to announce the release of sending authorization! This feature allows users to grant permission to use their email addresses or domains to other accounts or IAM users. Note that for simplicity, we’ll be referring to email addresses and domains collectively as “identities” and the accounts and IAM users receiving […]
SES Limit Increase Form Consolidation
Hi SES Senders, We on the SES team strive to make things easier for our customers. As such, we’ve recently streamlined SES’s limit increase request process. Instead of having separate Support Center forms for Production Access and Sending Limit increases, we now have one form that serves both purposes. Our motivation behind the change was […]
SES and Haskell
Introduction Amazon SES and most of the other AWS services have SDKs for languages like Java, .NET, PHP, Python, and Ruby. Most SDKs are just wrappers around the HTTP APIs that the services provide. If your favorite language isn’t supported by an AWS SDK, you can write your own client or use third-party APIs to […]
SPF and Amazon SES
Update (3/14/16): To increase your SPF authentication options, Amazon SES now enables you to use your own MAIL FROM domain. For more information, see Authenticating Email with SPF in Amazon SES. One of the most important aspects of email communication today is making sure the right person sent you the right message. There are several […]
Bounces To Domains You Have Verified
Hello SES senders! We have talked a number of times about how high bounce rates indicate a need to improve sending practices. A high bounce rate can be a sign that someone is sending mail to lists that they have bought or rented, or that they aren’t maintaining their own lists, or a number of other problems. As such, SES takes high […]
Announcing Delivery Notifications!
The Amazon SES team is excited to announce the release of delivery notifications. This feature allows you to receive an SNS notification each time SES successfully delivers one of your emails to a recipient’s mail server. The notifications contain delivery information that provides increased transparency into the status of email sent with SES. What are […]
Debugging SMTP Conversations Part 3: Analyzing TCP Packets
We’ve finally reached the conclusion of our deep dive into how you can capture SMTP conversations should you need to debug an issue that lies deeper than your application. Now that we’ve gone over SMTP conversation basics and getting the easiest to decipher bits of a TCP conversation with TCP Flow, let’s look at all […]
Debugging SMTP Conversations Part 2: Capturing a Live Conversation
If your email-sending application has problems communicating with the Amazon SES SMTP interface (or your customers are having problems connecting to your SMTP server that proxies requests to Amazon SES), you’ll first probably check your application logs to see what’s going on. If you’re not able to find a smoking gun in your application logs […]
Debugging SMTP Conversations Part 1: How to Speak SMTP
Amazon SES strives to make your email sending as simple and quick as possible, which means that users of our HTTP API don’t even have to worry about what an SMTP conversation is or how to capture one. Even a lot of our SMTP interface users outsource the problem to software like Microsoft Outlook or […]
Credentials and SES
Update (28 Jan 2019): We removed a reference to converting a set of existing credentials to SMTP credentials. We recommend that you use the procedures for obtaining SMTP credentials by using the Amazon SES console. Hi SES senders, In this blog post I’ll explain which security credentials you need to use depending on how you […]