Features

Everything the SES console leaves out

AWS gives you a snapshot. SES Monitor gives you history, context, and a tap on the shoulder the moment something drifts, for every domain you send from.

Bounce & complaint tracking

Know who bounced, and exactly why

Every hard bounce, soft bounce and spam complaint is logged with the recipient, the SMTP reason code and the message that caused it. Clean your lists on evidence, not guesswork, and remove repeat offenders before they hurt your rates.

Hard vs. soft bounces, classified automatically
See which message and which recipient triggered every complaint
Searchable history, exportable as CSV
Recent bounce events mail.acme.dev
user-gone@oldcorp.com
550 5.1.1: mailbox does not exist
HARD
billing@defunct.io
550 5.1.1: mailbox does not exist
HARD
ana.k@fullinbox.net
452 4.2.2: mailbox full
SOFT
j.woods@bigcorp.com
Marked message as spam
COMPLAINT
ops@slowrelay.org
421 4.7.0: try again later
SOFT
Reputation dashboard

Your rates against the AWS thresholds, always

Current and historic delivery, bounce and complaint rates per sending domain, plotted against the 5% and 0.1% enforcement lines so you always know how much headroom you have. The console shows a snapshot; we keep the whole story.

Per-domain and account-wide views
Up to unlimited data retention for trend analysis
Email open and link click tracking available
Bounce rate · 90 days HEALTHY
AWS 5%
APRMAYJUNJUL
0.82%
today
1.4%
90-day peak
3.6%
headroom left
Alerts & digests

Hear about it from us, not from AWS

Get an email the moment bounces and complaints come in, with real-time webhooks for your own systems. Prefer calm? Daily, weekly and monthly digests summarise everything instead, with CSV activity reports attached.

Choose which sending domains you want alerts for
Email alerts and real-time webhook notifications
Daily, weekly & monthly digest reports with CSV attachments
Bounce alert: mail.acme.dev
3 new bounces detected · 09:42 · alert email sent
Weekly digest: acme-prod
41,208 delivered · 34 bounces · 2 complaints · CSV attached
Back to healthy
mail.acme.dev bounce rate 1.7% · list cleaned in 38 min
Real-time webhooks

Pipe every event into your own stack

A JSON webhook fires for every delivery, bounce and complaint the moment it's processed. Suppress addresses in your app automatically, post to a CRM, or feed your own dashboards.

Per-event webhooks for deliveries, bounces & complaints
Full event detail: recipient, SMTP response and message ID
API keys for integrating SES Monitor with your own tools
POST https://api.your-app.com/webhooks/ses 200 OK
{
  "type": "bounce",
  "timestamp": 1752745286,
  "brand": { "name": "Acme" },
  "message": {
    "mailerMessageId": "0107019..."
  },
  "bounces": [{
    "recipient": {
      "email": "user-gone@oldcorp.com"
    }
  }]
}

We never send your email

SES Monitor receives copies of your sending events through Amazon SNS. It can never send email on your behalf or change your message content.

Every domain, every account

Monitor multiple sending domains and multiple AWS accounts from a single dashboard, in whichever SES region you send from.

Two-minute setup

No code changes, no SDK, no DNS edits. Connect with your AWS credentials and we configure the SES notifications for you, or set up your own SNS topic manually.

See your real numbers in five minutes

Connect your AWS account and the dashboard fills with your own domains, rates and events.

2-minute setup · No contracts · Cancel anytime