Mailbase
FeaturesPricingDocsBlogComparisonsChangelog
Sign inStart free
Home/Blog/AWS SES Email Stack for SaaS Builders
Transactional emailUpdated May 22, 20267 min read

AWS SES Email Stack for SaaS Builders

How to think about Amazon SES as part of a SaaS email stack: what SES is and isn't, the layers you build on top of it, the sandbox/SNS setup, and where it fits versus a full API.

By Mailbase Team · Target keyword: AWS SES email stack
Writing on a laptop at a quiet desk — AWS SES Email Stack for SaaS Builders
Photo from Unsplash
On this page
OverviewWhat SES is — and isn'tThe layers you build on SESCommon MistakesSources & Further ReadingRelated guidesFAQRelated reading

Overview

Amazon SES is the cheapest, most scalable way to actually deliver email at volume — but it's deliberately just the delivery engine, not a complete email tool. SaaS builders who treat SES as a finished product get frustrated; those who treat it as the bottom layer of a stack get reliable, near-free sending. This guide is about what SES gives you, what you have to build on top, and when it's the right base.

What SES is — and isn't

Glowing network cables converging into a switch — What SES is — and isn't
Photo from Unsplash

SES is a raw sending API/SMTP with excellent deliverability and pricing measured in fractions of a cent per email. What it is not: a dashboard for non-developers, a template editor, a contact/list manager, a campaign tool, or a reply inbox. It gives you sending and event notifications (via SNS), and expects you to build or buy everything else. That's why "using SES" really means "building a stack on SES."

Two setup steps trip everyone up: exiting the sandbox (new SES accounts can only send to verified addresses until you request production access, explaining your bounce/complaint handling), and wiring SNS so bounces and complaints flow back into suppression. Skip the second and your reputation erodes silently.

  • SES = raw delivery API/SMTP, near-cost pricing, great deliverability
  • Not: dashboard, templates, lists, campaigns, reply inbox
  • Exit the sandbox (request production access)
  • Wire SNS bounce/complaint → suppression

The layers you build on SES

Writing on a laptop at a quiet desk — The layers you build on SES
Photo from Unsplash

On top of SES you add: a sending app for an API/dashboard/key management (useSend is the open-source choice, or a hosted API), domain authentication, and a workflow layer for campaigns, replies, and analytics. The common pattern is useSend-on-SES for a Resend-style developer experience with near-cost delivery, then a workflow layer on top.

Use SES as your base when you want the lowest delivery cost at scale and are comfortable building (or assembling) the layers above it. If you'd rather not, a fully hosted API (Postmark, Resend) bundles the layers at higher per-email cost. Mailbase fits above SES-backed useSend (BYO at €5/mo) so you get the workflow without building it. See transactional email for SaaS and best transactional email services.

  • Add: sending app (useSend), domain auth, workflow layer
  • Common pattern: useSend-on-SES + a workflow layer
  • SES base = lowest cost at scale, more to assemble
  • Don't want to build? A hosted API bundles it at higher cost

Common Mistakes

  • Sending product-critical mail and marketing from the same domain/reputation.
  • Skipping idempotency, so retries create duplicate sends.
  • Ignoring bounce and complaint webhooks until suppression breaks.
  • Treating an email API as “fire and forget” with no event logging.

Sources & Further Reading

Official docs for current setup details, pricing, and API behavior — verify specifics there, since they change.

Amazon SES docs
useSend docs

Related guides

More on aws ses email stack and the surrounding transactional email workflow:

Mailbase API docs
API token docs
transactional email for SaaS
email API vs SMTP
SMTP relay for SaaS
connect useSend to Mailbase
sender domain docs
Try Mailbase free
Send 200 emails a month on us. Paid plans start at €9 — or bring your own useSend for €5.
See plans

FAQ

Is Amazon SES a complete email solution?

No — SES is the delivery engine (a raw sending API/SMTP with great pricing and deliverability), not a complete tool. It has no dashboard for non-developers, templates, list management, campaigns, or reply inbox. You build or buy those layers on top, which is why "using SES" means building a stack on it.

How do I build an email stack on AWS SES?

Put a sending app like useSend on top of SES for an API, dashboard, and key management; authenticate your domain with SPF/DKIM/DMARC; wire SNS so bounces and complaints feed suppression; and add a workflow layer for campaigns, replies, and analytics. SES is the bottom layer, not the whole thing.

When should I use SES instead of a hosted API?

Use SES (usually via useSend) when you want the lowest delivery cost at scale and are comfortable assembling the layers above it. Choose a hosted API like Postmark or Resend when you'd rather pay more per email to skip the building and get a dashboard and features out of the box.

Why are my SES emails only going to verified addresses?

Your account is still in the SES sandbox. New SES accounts can only send to verified addresses until you request production access, where AWS asks how you handle bounces, complaints, and unsubscribes. Exit the sandbox and wire up SNS notifications before sending real volume.

Related reading

Transactional email7 min read
Transactional Email for SaaS: The Practical Guide
A practical guide to transactional email for SaaS: what counts as transactional, choosing an API or SMTP provider, templates, deliverability, idempotency, and the operations that keep critical mail flowing.
Deliverability7 min read
Email API vs SMTP: Which Should You Use?
Email API vs SMTP compared for SaaS: how each works, reliability, speed, debugging, features, and portability — plus why many teams use both.
Transactional email7 min read
SMTP Relay for SaaS Apps: What to Use and Why
What an SMTP relay is, when a SaaS app should use one, how it differs from an email API, the providers to consider, and the DNS and production tradeoffs.
Integrations6 min read
useSend Integration for Mailbase
The main integration page for hosted Mailbase sending and BYO useSend workflows.
Transactional email7 min read
Transactional Email vs Marketing Email
Transactional vs marketing email explained: the definitions, the rules each must follow (consent, unsubscribe), why you should separate them, and how the line can blur.
Transactional email7 min read
Mailgun vs Postmark vs Resend
Mailgun vs Postmark vs Resend compared for developers: what each is best at, deliverability reputation, developer experience, and pricing model — plus how to choose.
Mailbase
Product
FeaturesPricinguseSend integrationChangelog
Learn
BlogDocsAPI referenceResources
Compare
ComparisonsAlternatives
Guides
Transactional email servicesSelf-hosted useSend stackSelf-hosted email marketingSPF, DKIM & DMARCEmail deliverability
Legal
TermsPrivacy
© 2026 Mailbase · french-webEmail workflow for builders.