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.
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>"
}'Grab an API key and send your first email in the playground โ no SDK required.