Enterprise-grade email sending API — simple integration, reliable delivery, real-time tracking
We're excited to introduce Zeabur Email — an enterprise-grade email sending API service built for developers who need reliable email delivery without the complexity.
Sending emails from your application shouldn't require configuring SMTP servers, managing delivery reputation, or building queue infrastructure from scratch. Zeabur Email gives you a simple REST API so you can focus on your product.
Integrate email sending into your application with just a few lines of code. No SDKs to install — a single HTTP request is all you need.
curl -X POST https://api.zeabur.com/v1/zsend/emails \
-H "Authorization: Bearer zs_your_api_key" \
-H "Content-Type: application/json" \
-d '{
"from": "[email protected]",
"to": ["[email protected]"],
"subject": "Welcome!",
"html": "<h1>Welcome to our service</h1>"
}'
Send files along with your emails. Upload attachments via our API and we handle the MIME encoding for you.
Know exactly what happens to every email you send. Configure webhooks to receive real-time status updates:
Send emails from your own domain with full DKIM and SPF verification.
Create multiple API keys with granular permission levels:
Zeabur Email is currently in Beta with a limited number of spots available. To join the beta:
Check out the documentation for the full API reference and guides.
Questions or feedback? Visit our Forum — we'd love to hear from you.