Developer First Email Platform

Send transactional emails with your own domain in minutes.

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>"
  }'

Built for production email

Domain verification, sending logs, API keys, templates, and webhooks in one clean workflow.

Domain verification

Show DKIM, SPF, and MAIL FROM records after SES identity creation.

API Keys

Issue live and test keys with secure one-time token reveal.

Email Logs

Search, filter, and export delivery, bounce, and complaint events.

Webhooks

Forward lifecycle events to user systems with signed payloads.