What problem does it solve?
Setting up Amazon SES for production email sending requires correctly configuring domain identities, DKIM signing, custom MAIL FROM subdomains, and DMARC records — a process that trips up developers unfamiliar with email authentication and often leads to failed verification or deliverability problems.
Core Features & Use Cases
- Domain Identity Setup: Creates SES V2 domain identities with Easy DKIM (2048-bit RSA) and checks existing identity state before making changes.
- Complete DNS Record Generation: Presents all DKIM CNAME, MAIL FROM MX/SPF, and DMARC TXT records in a single batch, with optional Route 53 automation after explicit user confirmation.
- DKIM Troubleshooting: Diagnoses DKIM stuck in PENDING or FAILED states by verifying DNS propagation and forcing re-verification when needed.
- Use Case: A developer needs to send transactional email from example.com. The skill creates the domain identity, asks for a preferred MAIL FROM subdomain, generates all six DNS records at once, and verifies propagation until SES reports SUCCESS.
Quick Start
Set up Amazon SES to send email from my domain example.com with full DKIM, SPF, and DMARC authentication.