skills/smithery.ai/aws-ses-best-practices

aws-ses-best-practices

Installation
SKILL.md

AWS SES Best Practices

Email deliverability, warming, compliance, and operational guidelines for AWS Simple Email Service.

Email Authentication

SPF (Sender Policy Framework)

Add to your domain's DNS:

v=spf1 include:amazonses.com ~all

For custom MAIL FROM domain:

# TXT record for mail.yourapp.com
v=spf1 include:amazonses.com ~all
Installs
1
First Seen
Apr 13, 2026
aws-ses-best-practices from smithery.ai