For Developers
GetMailer works with
your stack
A simple REST API and SMTP relay that integrates with any framework. Send your first email in under 5 minutes.
Works with any language
GetMailer exposes a standard REST API and SMTP relay. If your language can make an HTTP request or open a socket, it works with GetMailer.
cURL
curl -X POST https://api.getmailer.co/v1/emails \
-H "Authorization: Bearer gm_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"from": "hello@yourapp.com",
"to": "user@example.com",
"subject": "Hello from GetMailer",
"html": "<p>It works!</p>"
}'Python
Go
Java
Rust
And anything else that speaks HTTP or SMTP.
Ready to get started?
Pick your framework and start sending emails in under 5 minutes.