Skip to main content
SendPost’s Amazon SES integration allows you to use your existing Amazon SES account as a Third-Party Sending Provider (TPSP). This means you can:
  • 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
Additionally, SendPost offers Amazon SES Compatible APIs (v1 and v2) that allow you to migrate from Amazon SES with minimal code changes.

Why Use Amazon SES with SendPost?

FeatureAmazon SES AloneAmazon SES + SendPost
Multiple ESP management✅ Unified dashboard for all providers
Cross-provider analytics✅ Compare performance across ESPs
Advanced throttlingBasic✅ Per-provider rate limiting (Gmail, Yahoo, etc.)
Failover routing✅ Automatic fallback to other providers
Centralized event logs✅ All events in one place
Sub-account managementLimited✅ Flexible sub-account hierarchy
Automated SES setupManual✅ Automatic identity and config set creation

What’s Covered in This Guide


Quick Reference

Key Endpoints

PurposeURL
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 EventsSendPost Dashboard → Events
View AnalyticsSendPost Dashboard → Stats

Setup Checklist

1

Create AWS IAM User

Create IAM user with AmazonSESFullAccess and AmazonSNSFullAccess permissions
2

Add Provider

Add Amazon SES provider in SendPost dashboard with AWS credentials
3

Configure Sending Identities

Add domains or email addresses you want to send from
4

Setup Identities

Click “Setup Identities” to automatically configure SES
5

Add DNS Records

Add the generated DNS records to your domain’s DNS settings
6

Test

Send a test email with the ippool parameter
7

Confirm Events

Confirm events appear in SendPost analytics