In this tutorial, you will learn how to send email using Amazon SES with concrete5. We will walk through how to verify that you own the domain or email address, and then send an email using the Amazon SES console.
Amazon Simple Email Service (SES) is a cost-effective email service built on the reliable and scalable infrastructure that Amazon.com developed to serve its own customer base. With Amazon SES, you can send transactional email, marketing messages, or any other type of high-quality content to your customers.
- Login to your AWS console.
- Go to
Simple Email Service
underCustomer Engagement
. - Note that,
Simple Email Service
is not available inAsia Pacific (Tokyo)
. You may select any other available region. For this post, I'll selectUS West (Oregon)
.
Before you can send an email using Amazon SES, you must prove that you own the sender's email address by verifying the address (or the domain of the address) with Amazon SES. If you are a new user of Amazon SES, you must also verify the recipient's address, because your account is in a test environment called the Amazon SES sandbox. You can later apply to move out of the sandbox and lift the recipient address limitation.
- In the left navigation pane of the Amazon SES console, under
Identity Management
, selectDomains
. - Select
Verify a New Domain
. - Enter your domain name, check
Generate DKIM Settings
and then selectVerify This Domain
. Use Route53
button will be displayed. Clicking this button will automatically set up the record.- When accessing Identity Management> Domains> my-domain.com, the status of "Verification" and "DKIM" is "pending verification".
- Verify it.