GoSend helps developers send verification, password reset, and system notification emails without SMTP or DNS complexity.
curl -X POST https://api.gosend.dev/api/v1/emails \
-H "Authorization: Bearer gs_live_xxx" \
-H "Content-Type: application/json" \
-d '{
"from": "GoSend <noreply@gosend.dev>",
"to": ["user@gmail.com"],
"subject": "Welcome",
"html": "<h1>Hello</h1>"
}'Show DKIM, SPF, and MAIL FROM records after SES identity creation.
Issue live and test keys with secure one-time token reveal.
Search, filter, and export delivery, bounce, and complaint events.
Forward lifecycle events to user systems with signed payloads.