No images. No logos. Just clear pages, bright UI, and the policies reviewers want to see.
POST /v1/email/send
Authorization: Bearer <TOKEN>
Content-Type: application/json
{
"from": "no-reply@ouzdc.com",
"to": "user@example.com",
"subject": "Hello",
"text": "Plain text",
"stream": "outbound"
}
// SMTP header
X-Message-Stream: broadcast