Budget email API + marketing with reseller features.
Elastic Email is budget sending. MailKite adds inbound JSON webhooks + unlimited free domains on one quota.
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 Elastic Email",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); Elastic Email is a budget-friendly email API and marketing platform with private IPs (with warmup), reseller and white-label features, and an MCP server. It targets cost-conscious senders and agencies reselling email.
Free tier + contact-based tiers
Email platforms
Full-stack developer email APIs for sending and receiving.
Dependable send-only SMTP relay; SMTP-first UX.
View detailsFlexible inbound Routes via a regex rule engine; sending-first platform.
View detailsReceive email as a webhook, send with one API. Unlimited free domains.
View detailsDeliverability heavyweight for outbound at scale; inbound parse is secondary.
View detailsPoint a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.