Transactional email platform
Every email, tracked like a parcel.
SendPorter gives your product one REST API and one SMTP relay. Every message is DKIM-signed, carried through a managed delivery pipeline, and accounted for — from accepted to opened.
202 accepted → delivered in milliseconds · webhooks for 9 event types
POST /v1/mail/send → 202 Accepted
message_id f7d26efa-16a7-4057-b1c1-0b8358856e3f
- queued09:44:02.987
- dkim-signed09:44:03.012
- relayed09:44:03.286
- delivered09:44:03.310
- opened09:44:10.134
Form 02 — Capabilities
The whole delivery job, in one manifest.
Everything between “user clicked buy” and “receipt in inbox” — without stitching together three vendors.
Send
One REST API and one SMTP relay — point either at your app once, and every message shares the same signed, tracked pipeline.
Authenticate
Register a domain and we generate its DKIM key, recommended SPF record, and DMARC visibility — no cryptography homework.
Bring your own cloud
Connect a domain to its own AWS account: its own SES identity and sending reputation, isolated from every other domain on the platform.
Compose
Store templates with variables, or design them visually in the drag-and-drop builder with AI-generated imagery.
Receive
Gmail-style mailboxes on your own domain — send, receive, reply, forward, and file into folders, right inside SendPorter.
Track
Queued, delivered, bounced, opened, clicked — every event on a timeline per message, plus HMAC-signed webhooks to your app.
Protect
Hard bounces and complaints suppress automatically. Deferred mail retries on a backoff schedule until it lands.
Grow
Contacts, lists, and CSV import, with scheduled campaigns and per-link click reports — for when transactional isn't the whole job.
Form 03 — Dispatch
Send your first email in under a minute.
- Official SDKs for Python, Node.js, and PHP
- Plugins for Django, Laravel, WordPress, Shopify, Magento 2
- No SDK required — any SMTP client works with your API key
- Exact request/response docs served by the API itself
# one request, one delivered email
curl -X POST https://sendporter.com/v1/mail/send \
-H "Authorization: Bearer $SENDPORTER_API_KEY" \
-d '{
"from": "Orders <orders@yourdomain.com>",
"to": ["customer@example.com"],
"subject": "Your order shipped",
"html": "<h1>It's on the way!</h1>"
}'
# → {"message_ids": ["f7d26efa-…"]}
Form 04 — Rate card
Priced by what you send. Nothing else.
Every plan gets the full platform — API, SMTP, DKIM, tracking, webhooks. Quotas reset monthly.
- Full API + SMTP access
- DKIM signing & tracking
- Webhooks & suppressions
- No credit card
- Everything in Free
- Priority delivery queue
- Campaign scheduling
- Email support
- Everything in Pro
- Multiple sending domains
- Higher webhook throughput
- Onboarding help
Prices in USD, billed monthly. Need more than 250k/month? Write to us after signup.
Get your API key.
We're onboarding teams gradually and approve every account by hand — usually within a day. Tell us what you're sending and we'll set you up.
Request access