AWS Messaging Blog

Rohan Deshpande

Author: Rohan Deshpande

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. […]

Using IIS SMTP on Windows 2008/2012 with Amazon SES

A natural extension for customers using Windows Server 2012 on AWS is to use Amazon SES for sending email. This post shows you how to configure the IIS SMTP service that is included with Windows to send email through Amazon SES. You can use the same configuration on Windows Server 2008 and Windows Server 2008 […]

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 […]

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 […]