Simple integration
curl -X POST https://api.emailr.dev/send \
-H "Authorization: Bearer re_123456789" \
-d '{"from": "you@domain.com", "to": "user@example.com", "subject": "Hello", "html": "<p>Hi!</p>"}'
Features
SDKs
Node.js, Python, Go, Ruby, PHP, Java, Rust, Elixir.
Type safety
Full TypeScript support with auto-completion.
Webhooks
Real-time events for delivery, opens, clicks.