MailChannels

Email infra for hosting providers, platforms, and multi-tenant apps.

How MailKite fits

MailChannels is for hosts/platforms. MailKite is for developers shipping products.

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

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.)

Key features

Pricing model

Free tier + quote-based

Category

SMTP relay

Send-only SMTP relay services for apps that speak SMTP.

Questions about MailChannels

Is MailChannels' free Cloudflare outbound still available?

No — the free Cloudflare Email Routing outbound via MailChannels was discontinued in 2024. The paid Email API product remains.

Works with Cpanel
Related

Similar tools

Try MailKite alongside MailChannels.

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