
Amazon Simple Email Service
Amazon Simple Email Service
Amazon SES (Simple Email Service) API programmatically sends emails (transactional, marketing, bulk) — pay per send.
Cheapest pricing ($0.10 per thousand)
New account sandbox mode only sends to verified emails — must apply for production access
Verify sending domain (SPF/DKIM) in AWS Console. SendEmail API to submit. New accounts default to sandbox (200/day limit) — apply for production access to lift.
Uptime · 30-day window
GitHub activity
About this API
SES is AWS's email sending service — the cheapest reliable email API on the market. Advantages over SendGrid, Mailgun, Postmark: 1/3 to 1/10 the price, deep AWS ecosystem integration (one-click Lambda integration, CloudWatch monitoring, S3 template storage). Disadvantages: bare-bones management UI (not the flashy dashboards and template editors of SendGrid), requires understanding email-sending details (warm-up, reputation, bounce handling). SES is better suited for "engineering-savvy teams + high volume + cost-conscious". For small projects, SendGrid offers a better developer experience. New SES accounts start in sandbox mode to prevent abuse — must submit production access application and pass review.
What you can build
- 1Transactional emails (order confirmation, password reset, OTP)
- 2Newsletter bulk sending
- 3System alert emails
- 4Lambda integration for event-driven email
Strengths & limitations
Strengths
- Cheapest pricing ($0.10 per thousand)
- Deep integration with other AWS services
- Dedicated IP pools for reputation isolation
- High deliverability (professional anti-spam systems)
Limitations
- New account sandbox mode only sends to verified emails — must apply for production access
- SDK less feature-rich than SendGrid (no list management, template versioning, etc.)
Example request
curl https://github.com/mermade/aws2openapi/<endpoint>Getting started
Verify sending domain (SPF/DKIM) in AWS Console. SendEmail API to submit. New accounts default to sandbox (200/day limit) — apply for production access to lift.
FAQ
SES vs. SendGrid?+
High volume (>100k/month) with engineering capacity: SES (cheap). Low volume + want rich DX: SendGrid.
How do I exit sandbox?+
Submit a production-access application explaining your use case. Typically reviewed in 1-3 business days.
Technical details
- Auth type
- unknown
- Pricing
- unknown
- Protocols
- REST, SMTP
- SDKs
- python, javascript, go, java, csharp, php, ruby
- Response time
- 11 ms
- Last health check
- 5/12/2026, 7:36:33 AM
More from Amazon Web Services
AWS IAM Access Analyzer API analyzes IAM resource policies for over-privileged access or external access — proactively surfaces security risks.
Amazon Chime SDK API embeds real-time audio/video calling and chat into apps (meetings, messaging, PSTN calls).
Amazon CloudFront is the AWS CDN and edge service — accelerates static and dynamic content delivery, a standard for web performance.
Amazon CloudSearch is AWS's managed search service (gradually superseded by OpenSearch Service).
CloudWatch Application Insights API auto-detects application problems — intelligently identifies anomalies (slow SQL queries, memory leaks), reducing manual alarm configuration.
AWS Cognito Identity Pools API issues temporary AWS credentials to frontend apps — identity federation, guest users, direct AWS resource access.
Amazon Cognito User Pools deliver managed user signup, login, password reset, and MFA for applications.
Amazon Connect Contact Lens API uses AI to analyze Amazon Connect calls in real time — sentiment, keywords, compliance detection, auto-summary.