Email for developers
The best way to reach humans instead of spam folders other than Resend.
A portfolio project to deliver emails like the pros.
Request
curl -X POST https://api.dispatch.dev/v1/emails \
-H "Authorization: Bearer $DISPATCH_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "receipts@yourdomain.com",
"to": "someone@example.com",
"subject": "Your receipt",
"html": "<p>Thanks for your order.</p>"
}'Response
202{"id": "eml_2n4x8kqf", "status": "queued"}Delivery timelineDelivered
eml_2n4x8kqfmx1.example.com250 2.0.0 OK
Webhook
POST /hooks/dispatch200