turboSMTP
turboSMTP ยท Developer Platform

Ship transactional email in minutes.

A fast, reliable email API with SMTP relay, deliverability tooling and a clean REST interface. Built for developers who'd rather write code than fight mail servers.

POST /mail/send
curl -X POST https://api.turbo-smtp.com/mail/send \
  -H "Authorization: Bearer $TURBO_SMTP_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "from": "you@yourdomain.com",
    "to": "customer@example.com",
    "subject": "Welcome aboard",
    "html_content": "<h1>Hello ๐Ÿ‘‹</h1>"
  }'
//what's here

Start sending today

Grab an API key and send your first email in the playground โ€” no SDK required.