AWS Messaging & Targeting Blog

Category: How-To

What is DMARC and should you use it?

This past year, the email industry launched a new standard to help senders protect their mail from being spoofed by phishing attempts.  Thus, DMARC was born.  It stands for “Domain-based Message Authentication, Reporting and Conformance.”  It’s a mouthful, but the impact of DMARC is significant.  LinkedIn has a good article describing what exactly DMARC brings […]

Managing Your Amazon SES Quota

  When sending with SES, each sender has a daily quota.  There are a few tricks to managing this quota. First of all, simply be aware of your quota.  You should never be surprised by hitting a quota limit.  You should know what your quota is, and work within that limit.  Your quota is easily […]

The Amazon SES Free Tier

Like many Amazon Web Services, Amazon SES has a free tier: Here’s what this means for you: You can send 2,000 messages per day for free if you use Amazon SES from Amazon EC2 (or via AWS Elastic Beanstalk). After 2,000 messages, you will be charged the current Amazon SES rate of $0.10 per thousand […]

Amazon SES SMTP Recommendations

Amazon SES provides a native SMTP interface, so that you can use a wide variety of SMTP-enabled programming languages and software packages to send email through Amazon SES. More information is available in the Amazon SES Developer Guide. In this post, we would like to provide you with three recommendations that will improve your SMTP […]

Using Microsoft SQL Server 2008 R2 with Amazon SES

This post will help you configure Microsoft SQL Server 2008 R2 to send email through Amazon SES. The instructions apply if you are running SQL Server in Amazon EC2 or hosted elsewhere. This post assumes you are running on Microsoft Windows Server 2008 R2 and SQL Server Management Studio is installed. If you need installation […]

4 Tips to Help You Send Higher Quality Email

Navigating the minefield of spam filters and deliverability concerns can seem pretty difficult when you’re just trying to put together an email to send out to your list.  To try to make it easier, we’ve put together a few tips that we hope will help you elevate your email quality. When you’re composing email to […]

The Amazon SES “Address Blacklisted” Error

Today, we wanted to address something that we’re seeing a lot of questions about on our forums – the “Address Blacklisted” Error. Occasionally, as you send via Amazon SES, you will have your message rejected with an “Address Blacklisted” error. The error you have run into is not a type of enforcement on your account […]

Getting Started with Amazon SES and .NET

This post will help get you started using Amazon SES from .NET applications. Before you start working, make sure you are signed up for Amazon SES as described in the Getting Started Guide. This post assumes you are using Visual Studio for development. Using SMTP The easiest way to send email through Amazon SES is […]