Run your own MTA on your own servers or in any public cloud, or track exactly how you land against the inbox and the competition. Built by the team behind SparkPost, the engine behind roughly 40% of the world's commercial email.
import { BirdClient } from "@messagebird/sdk";
import { render } from "@react-email/render";
import { WelcomeEmail } from "./emails/welcome";
const bird = new BirdClient({ apiKey: process.env.BIRD_API_KEY! });
const { data, error } = await bird.email.send({
from: "Bird <hello@bird.com>",
to: ["ada@example.com"],
subject: "Your invite is ready",
html: await render(<WelcomeEmail name="Ada" />),
}).safe();
if (error) throw error;
console.log(data.id);
// → "em_2bX91Yk8h..."
You can sign in any time at bird.com/login.
Your test API key is on your dashboard, ready to send.
The same deliverability heritage, at whatever scale you need.
Most teams send through the Bird Email API directly. These products serve the teams that need something more: infrastructure they run themselves, or intelligence on how their mail is actually performing.
On-prem sending, deliverability intelligence, one heritage.
On-prem sending and deliverability intelligence, from the team behind SparkPost.
- 01
Momentum MTA: customizable, on-prem sending.
Momentum MTA gives you customizable workflows and routing for high-volume sending, running on infrastructure you control.
- 02
PowerMTA: run it on your own servers or any public cloud.
PowerMTA sends high-volume, business-critical email from your own servers or any public cloud, such as AWS or Azure.
- 03
Inbox Tracker: see where you're actually landing.
Inbox Tracker gives you data-driven visibility into inbox placement and reputation from real mailbox data, so you can act before a campaign underperforms.
- 04
Competitive Tracker: benchmark against the market.
Competitive Tracker tracks millions of domains across 250,000 brands in 100+ industries, so you know how your email program stacks up against the competition, not just against your own history.
- 05
Built by the SparkPost team.
SparkPost is now Bird Email: the same deliverability engine, the same team, and the same discipline behind roughly 40% of the world's commercial email, now on one API alongside SMS, WhatsApp, and voice.
Enterprise email FAQ
What's the difference between Momentum MTA and PowerMTA?
Do I need to run my own MTA to use Inbox Tracker or Competitive Tracker?
What happened to SparkPost?
Who is this for?
The rest of the Email platform
One API, one set of keys. Explore the other capabilities.
Enterprise tools live on the same Email API.
On-prem MTAs and deliverability intelligence sit next to sending, deliverability, and analytics, not behind a separate vendor. Start free with 1,000 emails a month, no card.