- Send emails through Amazon SES while using SendPost’s unified API
- Receive and process Amazon SES events (opens, clicks, bounces, complaints, etc.) in SendPost
- View all email analytics in one centralized dashboard
- Apply SendPost’s intelligent routing and throttling to your Amazon SES traffic
- Automatically configure SES identities, configuration sets, and SNS notifications
Why Use Amazon SES with SendPost?
| Feature | Amazon SES Alone | Amazon SES + SendPost |
|---|---|---|
| Multiple ESP management | ❌ | ✅ Unified dashboard for all providers |
| Cross-provider analytics | ❌ | ✅ Compare performance across ESPs |
| Advanced throttling | Basic | ✅ Per-provider rate limiting (Gmail, Yahoo, etc.) |
| Failover routing | ❌ | ✅ Automatic fallback to other providers |
| Centralized event logs | ❌ | ✅ All events in one place |
| Sub-account management | Limited | ✅ Flexible sub-account hierarchy |
| Automated SES setup | Manual | ✅ Automatic identity and config set creation |
What’s Covered in This Guide
Setting Up
Configure Amazon SES as a provider in SendPost with automatic identity and configuration set setup
Sending Emails
Send emails through Amazon SES using the SendPost API with automatic IP Pool routing
Compatible API
Migrate from Amazon SES with minimal code changes using our SES v1/v2 compatible APIs
Event Types
Understand Amazon SES event types and how they map to SendPost
Analytics
Track opens, clicks, bounces and configure rate limiting
Troubleshooting
Common issues, FAQs, and getting help
Quick Reference
Key Endpoints
| Purpose | URL |
|---|---|
| Send Email (Native) | POST /api/v1/subaccount/email/ |
| Send Email (SES v1 Compatible) | POST /api/v1/subaccount/email/ses/v1 |
| Send Email (SES v2 Compatible) | POST /api/v1/subaccount/email/ses/v2 |
| View Events | SendPost Dashboard → Events |
| View Analytics | SendPost Dashboard → Stats |