Operator Docs

PostMTA Operator Documentation

Everything you need to configure, operate, and scale your email infrastructure with PostMTA.

Quick Start →

Send your first email in under 5 minutes.

Authentication →

API keys, OAuth tokens, and access control.

Sending Domains →

Domain verification and DKIM/DMARC setup.

Sending Email →

The Email API, batching, and priority queuing.

Webhooks →

Real-time event delivery and retry logic.

IP Pools →

Dedicated IPs, warm-up, and reputation management.

API Base URL

https://api.postmta.com/v1

Quick Example

curl -X POST https://api.postmta.com/v1/messages/send -H "Authorization: Bearer pmta_live_xxxxxxxxxxxx" -H "Content-Type: application/json" -d '{"from":{"address":"hello@yourdomain.com"},"to":[{"address":"recipient@example.com"}],"subject":"Welcome","html":"

Hello!

"}'

Rate Limits

PlanRequests/minEmails/day
Starter6010,000
Growth300100,000
Scale1,000Unlimited
EnterpriseCustomUnlimited

HTTP Status Codes

CodeMeaning
200Success
201Created
400Bad Request
401Unauthorized
403Forbidden
429Rate limit exceeded
500Internal server error

Official Libraries