Enable Easy DKIM in Amazon SES by publishing three CNAME records that allow AWS to sign outgoing email with your domain.
CNAME
abc123._domainkey
abc123.dkim.amazonses.com
SES provides three unique CNAME records. The exact values are generated in your SES console.
Navigate to Amazon SES in your sending region.
Under Verified identities, select your domain. Under the Authentication tab, find the DKIM section.
SES will generate three CNAME records for DKIM. Easy DKIM uses 2048-bit keys by default.
Add all three CNAME records to your DNS provider.
abc123._domainkey.yourdomain.com CNAME abc123.dkim.amazonses.com
def456._domainkey.yourdomain.com CNAME def456.dkim.amazonses.com
ghi789._domainkey.yourdomain.com CNAME ghi789.dkim.amazonses.comSES will automatically verify the CNAME records. The DKIM status will change to "Verified" once propagation is complete, typically within 72 hours.
After adding your DNS records, use our free DKIM checker to verify everything is configured correctly. DNS changes typically propagate within minutes, but can take up to 48 hours.
Amazon SES Easy DKIM requires three CNAME records. All three must be published in your DNS for DKIM to activate.
Yes. Easy DKIM keys are rotated automatically by AWS. The CNAME records point to AWS-managed DNS, so no DNS updates are needed.
Yes. SES supports "Bring Your Own DKIM" (BYODKIM) where you provide your own key pair. However, Easy DKIM is simpler and recommended for most users.