Now in Public Beta
The Email Engine
for Modern Apps.
Simplified API-first email delivery. Connect your SMTP providers, generate secure keys, and send emails with a single POST request.
pouch-api-v1
POST /api.pouchmail/sendmail
{
"to": "user@example.com",
"subject": "Welcome",
"from": "Production App",
"text": "Hello from the API!"
}