This guide reflects the old console for Amazon SES. For information about the new console for Amazon SES, see the new Amazon Simple Email Service Developer Guide.
Getting started sending email with Amazon SES
This getting started tutorial provides step-by-step instructions for you to set up Amazon Simple Email Service (Amazon SES) and send an email. First, review the information in Before you begin with Amazon SES. Then, send an email in one of the following ways.
Using the Amazon SES console
Use this method if you want to get started sending test emails through Amazon SES with minimal setup. When you are ready to start your production email sending campaign, use one of the other sending methods and use the Amazon SES console primarily to monitor your sending activity.
To start this tutorial, go to Send an email using the Amazon SES console.
Using Simple Mail Transfer Protocol (SMTP)
Use this method if you want to send email through the Amazon SES SMTP interface with or without programming as follows:
-
Enable an application to send email through Amazon SES by using a programming language that supports SMTP. Examples are provided in C#, Java, and PHP. To start this tutorial, go to Send an email by accessing the Amazon SES SMTP interface programmatically.
-
Set up your mail server to forward mail to Amazon SES, or configure your email client or SMTP-enabled software package to send email through Amazon SES. Examples are provided for Postfix, Sendmail, and Exim mail servers. To start this tutorial, go to Configuring Your Existing Email Server or SMTP-Enabled Application to Send Email Through Amazon SES.
For introductory information on both SMTP sending methods, see Send an email through Amazon SES using SMTP.
Using an AWS SDK
Use this method to call the Amazon SES API using libraries that handle the details of the underlying Amazon SES Query interface. Examples are provided in C#, Java, PHP, Ruby, and Python. To start this tutorial, go to Send an email through Amazon SES using an AWS SDK.
For information and discussions about a variety of topics
related to Amazon SES, see the AWS Messaging and Targeting Blog |