Email infra for hosting providers, platforms, and multi-tenant apps.
MailChannels is for hosts/platforms. MailKite is for developers shipping products.
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 MailChannels",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); MailChannels is email infrastructure specialized for hosting providers, platforms, and multi-tenant apps that send on behalf of others. Its differentiator is anti-abuse — outbound/inbound spam filtering, per-sender reputation isolation, and automated compromised-account response. (~25% of top-100 hosts use it.)
Free tier + quote-based
SMTP relay
Send-only SMTP relay services for apps that speak SMTP.
No — the free Cloudflare Email Routing outbound via MailChannels was discontinued in 2024. The paid Email API product remains.
Point a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.