Focused Tool · Apache 2.0 · Single Binary · Creator & Marketing

Self-hosted transactional email sender

Define email templates, send via your own SMTP or SES account, track opens and clicks, manage unsubscribes. Your owned Mailchimp transactional tier without the $25/mo.

Install Pony Express Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Pony Express is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

What Pony Express replaces

SaaS tools hold your data hostage. Export formats are incomplete, migrations are painful, and pricing changes whenever the vendor feels like it. Pony Express stores everything in SQLite on your own server. Your data is a file you control, back up, and query directly.

A non-profit with no DevOps budget downloads the Pony Express binary, sets two environment variables, and runs it on the same Linux box that handles their email. It has been running for three months without intervention. When they need to update, they download the new binary and restart the process.

Architecture

Start Pony Express with a port and a data directory. It creates its SQLite database on first run and serves both the API and the dashboard on the same port. Create deliveries through the web interface or POST JSON to the API. Filter by channel, subject, or search by keyword. Update records with PUT, delete with DELETE. The stats endpoint returns aggregate counts grouped by status for monitoring.

Endpoints

Mailchimp Transactional at $20/mo.

Self-hosted transactional email sender. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool ponyexpress
Run
PORT=8930 ./ponyexpress
Open
http://localhost:8930

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 500 emails/mo
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited emails, template editor, click/open tracking, list management
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export PONYEXPRESS_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./ponyexpress

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev