Send, schedule, and receive emails with a simple API. Self-host for free or use our managed cloud.
To start sending emails
Transactional emails, scheduled delivery, inbound
webhooks, and React templates — all self-hosted.
Send emails via a simple REST API powered by AWS SES with high deliverability out of the box.
Schedule emails for future delivery and cancel or modify them anytime before they are sent.
Receive and process incoming emails via webhooks with full attachment and header parsing.
Create and manage reusable templates with dynamic variables built on top of React Email.
Collaborate with role-based access control to invite team members and manage permissions.
Deploy on your own infrastructure with Docker for full control over your data and email flow.
Add your SES credentials in the dashboard. Posthawk handles the rest — SPF, DKIM, and DMARC configuration guides included.
A single POST request to send transactional emails. Schedule for later, use templates, or send raw HTML.
Configure inbound email processing. Posthawk parses incoming mail and forwards structured data to your webhook endpoint.
curl -X POST https://api.posthawk.dev/v1/send \ -H "Authorization: Bearer ck_live_..." \ -H "Content-Type: application/json" \ -d '{ "to": "user@example.com", "subject": "Welcome aboard!", "html": "<h1>Hello {{name}}</h1>", "variables": { "name": "Alex" }, "scheduledAt": "2025-02-15T09:00:00Z" }'Get started with managed email infrastructure. No credit card required.
For growing teams who need more volume and no daily sending limits.
For teams at scale with dedicated support and high-volume infrastructure.
“Posthawk replaced three different services for us. Sending, receiving, and scheduling all in one clean API.”
Sarah Chen
CTO at Nextera Health
“We migrated from SendGrid in a single weekend. Posthawk's API is simpler and we cut email costs by 80%.”
Marcus Rivera
Lead Engineer at Stackwise
“Inbound email processing is a game changer. We built our entire support ticket system on Posthawk webhooks.”
Aisha Patel
Founder at Deskflow
“An email platform that doesn't try to lock you in. We self-host with Docker and have full control over our data.”
Jonas Eriksson
DevOps Lead at Cloudbase
“Scheduled emails were always painful to implement. With Posthawk it was just a single API field. Incredible.”
Priya Sharma
Full-Stack Developer at LaunchKit
“React Email template support is brilliant. Our designers iterate on templates with hot reload and ship faster.”
David Kim
Engineering Manager at Formstack
Posthawk is fully open source under the MIT license. Deploy on your own infrastructure with Docker Compose, maintain complete ownership of your data, and customize everything.
MIT
Docker Compose, one command