Mautic

Open-source marketing automation (self-hosted HubSpot).

How MailKite fits

Mautic relays via SMTP — configure it to send through MailKite's SMTP.

Send email from Mautic with MailKite

A minimal, copy-paste starter. Swap in your own domain and API key.

send.ts
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>",
});
Read the sending quickstart

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.

Key features

Pricing model

Open source (self-host) + managed hosting

Open source

GPL-3.0

View repository
Related

Similar tools

Try MailKite alongside Mautic.

Point a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.