Outsend is the transactional email platform for developers. A clean REST API to send, track, and scale email โ with contacts, campaigns, analytics, and signed webhooks.
3,000 recipients / month free ยท No credit card required
curl -X POST https://api.outsend.dev/v1/emails \
-H "Authorization: Bearer outsend_xxx" \
-H "Content-Type: application/json" \
-d '{
"from": "billing@yourdomain.com",
"to": "customer@example.com",
"subject": "Your invoice",
"html": "<p>Thanks for your order ๐</p>"
}'
# โ { "id": "msg_...", "status": "sent" }From the first test email to a million-message campaign, Outsend has the primitives.
Single, batch, and scheduled sends with idempotency keys, attachments, and custom headers.
Open and click tracking, delivery, bounce, and complaint rates โ with a 14-day volume chart.
A WYSIWYG editor, {{variable}} interpolation, contact lists, segments, and broadcast campaigns.
HMAC-signed event deliveries plus inbound provider webhooks with bounce classification.
Auto suppression on hard bounces and complaints, hosted one-click unsubscribe (RFC 8058), DMARC parsing.
Pluggable adapters โ SES, Postmark, Resend, or SMTP โ with retry, backoff, and rate limiting.
Start free. Upgrade when you grow.