Skip to content
Shubhajit Saha edited this page Feb 21, 2016 · 24 revisions

Domains

Verify a New Domain

Domain: example.com

  • Generate DKIM Settings

Route 53 - Records

Name Type Value
example.com MX 10 inbound-smtp.us-east-1.amazonaws.com
_amazonses.example.com. TXT "XXXXX"
XXXXX._domainkey.example.com. CNAME XXXXX.dkim.amazonses.com
XXXXX._domainkey.example.com. CNAME XXXXX.dkim.amazonses.com
XXXXX._domainkey.example.com. CNAME XXXXX.dkim.amazonses.com

Email Addresses

Verify a new Email Address

Email Address: postmaster@example.com

Notifications

  • SNS Topic Configuration: notifications SNS, SQS
  • Email Feedback Forwarding: Disable

DKIM

Enable

Domain SPF

Name Type Value
example.com. TXT "v=spf1 a mx include:amazonses.com ~all"

Clone this wiki locally