Listmonk

Self-hosted newsletter/mailing-list manager — single Go binary.

How MailKite fits

Listmonk relays via SMTP — point it at MailKite's SMTP relay for delivery.

Send email from Listmonk 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 Listmonk",
html: "<p>Sent in milliseconds via MailKite.</p>",
});
Read the sending quickstart

Listmonk is a high-performance open-source newsletter and mailing-list manager (AGPL, single Go binary + PostgreSQL). It's the leading self-hosted Mailchimp alternative, with multi-threaded multi-SMTP queues, SQL-based segmentation, and transactional API.

Key features

Pricing model

Open source (self-host)

Open source

AGPL-3.0

View repository
Related

Similar tools

Try MailKite alongside Listmonk.

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