Enterprise email delivery — now part of Bird (MessageBird).
SparkPost is now Bird. MailKite is independent, inbound-first, with unlimited free domains and a hosted MCP.
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 SparkPost (Bird)",
html: "<p>Sent in milliseconds via MailKite.</p>",
}); SparkPost was an independent enterprise email delivery platform known for analytics and its Momentum MTA. It was acquired and its brand dissolved into Bird (MessageBird); delivery is now offered via Bird Email.
Bird pricing (usage-based)
Email platforms
Full-stack developer email APIs for sending and receiving.
No — SparkPost was acquired and folded into Bird (MessageBird). The brand redirects to bird.com.
Deliverability heavyweight for outbound at scale; inbound parse is secondary.
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 detailsBattle-tested transactional send + inbound parse, known for deliverability.
View detailsPoint a domain, drop in a webhook URL, and send your first email in minutes. Unlimited domains, no credit card.