Sendy

Self-hosted newsletter platform — sends via Amazon SES.

How MailKite fits

Sendy relays through SES. You can also relay through MailKite's SMTP for inbound + transactional.

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

Sendy is a self-hosted newsletter platform (PHP/MySQL, one-time $69 license) famous for cutting Mailchimp bills by sending through Amazon SES at ~$1 per 10k emails. It also supports SendGrid, Mailjet, and Elastic Email.

Key features

Pricing model

One-time license ($69)

Open source

Proprietary

View repository
Related

Similar tools

Try MailKite alongside Sendy.

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