Open-source email platform — transactional + marketing, self-hostable.
Plunk is self-host OSS. MailKite is managed inbound-first infra — no server to run.
A minimal, copy-paste starter. Swap in your own domain and API key.
import { MailKiteClient } from "@mailkite/client";
// One API, your own DKIM-signed domain — no mail server to run
const mailkite = new MailKiteClient({ token: process.env.MK_API_KEY! });
await mailkite.send({
from: "you@yourdomain.com", // any address on a verified domain
to: "user@example.com",
subject: "Hello from Plunk",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); Plunk is an open-source email platform combining transactional sending, marketing campaigns, and workflow automation. Self-host it (AGPL, Docker) or use the managed cloud ($0.001/email).
Open source (self-host) + managed cloud
OSS (AGPL); single Go binary; extreme throughput; multi-SMTP queues.
View detailsOSS (GPL); marketing automation + CRM; the self-hosted HubSpot.
View detailsReceive email as a webhook, send with one API. Unlimited free domains.
View detailsSelf-hosted; one-time license; sends via SES for ~$1/10k.
View detailsPoint a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.