Skip to main content
Open Source & Self-Hosted

Self-Hosted Email Delivery Platform

Send and receive emails through a simple HTTP API. Posta handles SMTP delivery, inbound mail, templates, campaigns, tracking, webhooks, and security — on your own infrastructure.

API-First
Architecture
3 SDKs
Go · PHP · Java
In & Outbound
SMTP Delivery
GDPR
Compliant

Simple API

Send your first email in seconds

A single HTTP request is all you need. Posta handles queuing, SMTP delivery, retries, and tracking automatically.

Send an email
curl -X POST https://posta.example.com/api/v1/emails/send \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"from": "Acme <hello@example.com>",
"to": ["jonas@example.com", "bob@example.com"],
"subject": "Hello from Posta",
"html": "<h1>Hello!</h1>"
}'
Response
{
"id": "0ae4b04e-5c64-4b2f-bad6-460f8d5d98b3",
"status": "queued"
}

Features

Everything you need to deliver email

A complete email infrastructure platform — outbound and inbound delivery, templates, campaigns, contacts, tracking, webhooks, workspaces, security, and a built-in dashboard.

Ready to run your own email platform?

Deploy Posta with Docker in minutes and send your first email today.