Send
REST API in one call.
POST /v1/emails with an API key. Idempotency, retries, and per-team rate limits baked in. The smallest surface that does the job.

Send from your own domain in a single API call. Built so a developer can wire it up in minutes, and an AI agent can integrate it on its own.
Every feature exists because shipping a SaaS at midnight should not require a fight with SMTP, a marketing CRM, or a Slack channel of sales engineers.
Send
POST /v1/emails with an API key. Idempotency, retries, and per-team rate limits baked in. The smallest surface that does the job.
Agents
SoonWe are building a Model Context Protocol server. Authenticate once, then just tell your agent to send an email, no glue code, it calls Postdex as a native tool.
Verify
Add a domain, paste three records, click Verify. We generate the DKIM keypair and watch SES until it goes live.
Observe
Bounces, complaints, deliveries, opens, clicks. Streamed through SNS into your dashboard and your own HMAC-signed webhook.
Compose
Drop in React Email components, render to HTML, send through Postdex. Templates as code, version controlled, branchable.
Protect
Hard bounces and complaints add automatically. No more accidentally re-emailing a complaint already in your logs.
Belong
Free tier for side projects. Fair paid tiers above. No per-seat pricing, no MAU games, no sales calls to unlock features.
A clean REST API and an official TypeScript SDK. Paste a key and send your first email today. More SDKs on the way.
import { Postdex } from "postdex";
const client = new Postdex(process.env.POSTDEX_API_KEY!);
await client.emails.send({
from: "Acme <hello@mail.acme.com>",
to: "user@example.com",
subject: "Hello",
html: "<p>Sent via Postdex.</p>",
});Every delivery, open, bounce, and click, in your dashboard and on your webhook. Domains verify themselves while you watch.
Deliveries, opens, clicks, and bounces stream into your dashboard the moment they happen.
Read the docsPaste the records we give you. We generate the DKIM keys and watch SES until your domain goes live.
Read the docs{
"type": "email.delivered",
"id": "8ce93a37-2498",
"to": "delivered@postdex.io"
}Every event posts to your server in real time, each payload HMAC-signed so you can trust it came from us.
Read the docsThe price you see is the price you pay. Quotas reset on the first of the month. Cancel anytime, no haggling.
Paper
$0/mo
2,500 emails / mo
Glider
$4.99/mo
25,000 emails / mo
Then $0.45 / 1,000
Jet
$9.99/mo
50,000 emails / mo
Then $0.45 / 1,000
Fleet
$19.99/mo
100,000 emails / mo
Then $0.45 / 1,000
Charter
Sending more than 100,000 a month? Tell us your volume and we will tailor a plan, dedicated IPs, longer retention, and an SLA.