01
POST /v1/messages mirrors the SendGrid/Postmark/SES REST envelope. Swap a base URL and a bearer, keep your code.
02
SES, Postmark, Resend, SendGrid, Mailgun, generic SMTP, plus presets for European webhosters like cyon, Hostpoint, Infomaniak, IONOS, OVH, Mittwald.
03
Route by from-domain, environment, or any header field. Set a failover chain; if the primary times out, the next destination picks up automatically.
04
Pass an idempotency_key on retry-prone callers. Duplicate POSTs return the original trace ID instead of producing a second send.
One HTTP call to get started