You send the mail. We keep the record.
Every plan connects the mail server you already have — yours, or SES, Mailgun, Postmark. We never send as if the mail were ours. You keep the reputation. We keep the searchable log.
“How long until this works?”
Under five minutes, honestly. No migration, no DNS change, no new sending domain — your mail server already works. Spoolway sits in front of it.
curl -X POST https://spoolway.com/api/v1/messages \ -H "Authorization: Bearer spw_…" \ -H "Content-Type: application/json" \ -H "Idempotency-Key: pwreset-usr_8812-20260802T1402" \ -d '{ "template": "auth/password-reset", "application": "auth-prod", "to": { "email": "[email protected]", "name": "Casey Reid" }, "variables": { "reset_url": "https://basalt.app/reset/tk_9f2a81", "expires_minutes": 30 } }'
{
"id": "2ee35675-6bae-42be-aa5e-6d4618d0c61d",
"status": "queued",
"application_id": 1,
"over_monthly_quota": false,
"attachments_captured": 0
}“Isn’t this more expensive than Postmark?”
Fair question — you pay us and your mail provider. That is not paying twice for the same thing. A bundled sender’s price includes delivery, which you are buying anyway. We charge for the layer they do not sell: one template set across every product, a tag on every email for which product sent it, and a log that does not belong to your sender.
Run the numbers at real volume and the gap mostly closes. What does not close is the exit: switch providers and you keep every template, every record, every integration. With a bundled sender, the log and the reputation live inside the vendor — leaving means starting the record over.