Open-source marketing automation (self-hosted HubSpot).
Mautic relays via SMTP — configure it to send through MailKite's SMTP.
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 Mautic",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); Mautic is the largest open-source marketing automation platform (GPL, PHP/Symfony + MySQL), positioned as the self-hosted HubSpot/Marketo alternative. It offers a visual campaign builder, lead scoring, landing pages, and a plugin ecosystem.
Open source (self-host) + managed hosting
Point a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.