All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Posthorn: A self-hosted email gateway bridging apps and transactional mail providers

By

craigmccaskill

5d ago· 7 min readenCode

Summary

Posthorn is a self-hosted, open-source email gateway that acts as a unified outbound mail layer between self-hosted applications and transactional email providers (Postmark, Resend, Mailgun, AWS SES, or outbound-SMTP). It supports three ingress shapes (HTTP form, HTTP API, SMTP) and runs as a single Go binary with a single TOML configuration file, deployable via Docker. The project addresses the need for self-hosted operators to avoid running their own mail servers while maintaining reliable email delivery through established transactional providers.

Key quotes

· 3 pulled
Nobody wants to run a mail server in 2026.
Self-hosted operators use Postmark, Resend, Mailgun, or AWS SES because they're cheap, they handle deliverability properly.
One gateway between every app you self-host and the transactional mail provider you've already picked.
Snippet from the RSS feed
Self-hosted email gateway between your apps and a transactional mail provider (Postmark, Resend, Mailgun, AWS SES, or outbound-SMTP). Three ingress shapes (HTTP form, HTTP API, SMTP). One Docker co...

You might also wanna read