Email infrastructure for builders
Send, track, and manage emails with a simple REST API. Built-in dashboard, SMTP setup, and API playground.
Example request
POST /api/send
Content-Type: application/json
Authorization: Bearer <your_token>
{
"from": "noreply@yourapp.com",
"to": "user@example.com",
"subject": "Welcome!",
"text": "Thanks for signing up."
}