Documentation
YourMail API
v1A transactional email API for UK senders — send receipts, password resets, and welcome messages from your own domain, with full delivery tracking. Sending runs through London (eu-west-2).
Send email
POST /v1/emails
Send a single transactional email.
Send batch
POST /v1/emails/batch
Queue up to 100 emails in one request.
Retrieve email
GET /v1/emails/:id
Retrieve the current status and metadata of a sent email.
List emails
GET /v1/emails
Page through every email you've sent, newest first.
Suppressions
GET/POST/DELETE /v1/suppressions
See, add, and release the addresses we refuse to mail.
Domains & DNS
Verify a sending domain: DNS records, DMARC, and troubleshooting.
Errors
Error types, HTTP status codes, and how to handle them.
Node SDK
Install and use the yourmail TypeScript client.
Webhooks
Receive real-time delivery events from YourMail via signed HTTP webhooks.