Queue-backed delivery
Requests return immediately with 202 Accepted. Background workers deliver each mail over SMTP.
Send single, bulk and templated emails through a queue-backed API. Every key has its own limits and IP rules, and every request is audited.
curl -X POST https://mail.example.com/send \ -H "Content-Type: application/json" \ -H "X-API-Key: $API_KEY" \ -d '{ "to": "ada@example.com", "subject": "Welcome aboard", "body": "Your account is ready." }' # HTTP/1.1 202 Accepted # mail queued
A small, focused service that does one job well, with the controls operators expect.
Requests return immediately with 202 Accepted. Background workers deliver each mail over SMTP.
Send to many recipients at once and personalise bodies with {{placeholders}}.
Hourly, daily, weekly and monthly limits, with clear errors that tell you exactly when to retry.
Restrict each key to specific IP addresses or CIDR ranges, so a leaked key is useless elsewhere.
Keys are checked against SHA-256 hashes and stored encrypted with AES-256-GCM.
Every authenticated request is logged with its key, IP, endpoint, mail count and outcome.
Tell us who you are and what you will send using the form below.
An administrator reviews the request and issues a key with limits that fit your volume.
Add the key to the X-API-Key header and call the API. The docs have examples in four languages.
Read from /api/status and refreshed every 30 seconds.
Keys are issued manually so every integration gets the right limits. Tell us a little about your project and we will get back to you by email.
Already have a key? Jump to the quick start.