Transactional email API·Every send traced
Most email APIs go quiet after the 200. smtpfast traces the whole pipeline: every send, bounce, open, and webhook, live, per email.
3,000 emails/month free/no card required/guided DNS setup
<50ms
queue time
99.9%
delivery rate
$0.15
per 1k emails
3
api lines to send
REST, SMTP, or copy-paste
Plain HTTP from any stack, SMTP for older apps, and delivery events back through signed webhooks.
| 1 | const email = await fetch("https://smtpfa.st/api/v1/emails", { |
| 2 | method: "POST", |
| 3 | headers: { |
| 4 | Authorization: "Bearer sf_live_xxxxxxxxx", |
| 5 | "Content-Type": "application/json", |
| 6 | }, |
| 7 | body: JSON.stringify({ |
| 8 | from: "[email protected]", |
| 9 | to: "[email protected]", |
| 10 | subject: "Your report is ready", |
| 11 | html: "<p>Open the dashboard to view it.</p>", |
| 12 | }), |
| 13 | }); |
Everything downstream of send()
Sending is the easy part. The work is knowing what happened next, and fixing it when something breaks.
An SSE stream of your delivery events as they happen. No log shipping, no refresh button.
Every bounce carries its type, subtype, and the receiving server's words, next to the exact email that triggered it.
Point legacy apps at smtpfast credentials and they send through the same pipeline, traced like every API call.
HMAC-signed webhooks for every event, or pick the Discord/Slack format and get readable alerts with zero glue code.
Contact lists, segments, double-opt-in signup forms, and scheduled broadcasts on the same infrastructure.
A hosted MCP server, markdown docs, and a full OpenAPI spec. Your agent can read the docs and send the email.
From zero to inbox
Add DNS records for DKIM authentication. We guide you through every record and check them live.
Generate a key from the dashboard. One key, full access to the API and the SMTP bridge.
One API call and your email is queued, sent, and traced. You watch the rest happen.
Start free, stay cheap
Start free. Pay as you grow. No surprises.
For testing and side projects
For small apps and side projects
For production apps
For high-volume senders
Upgrade first when you need more features. If you only need extra volume for a spike, active accounts can buy prepaid email credits at $0.001 per extra email.
FAQ
Set up in under 5 minutes. 3,000 free emails every month. No credit card required.
Start sendingfree tier forever/cancel anytime/your data stays yours