每天都被构建
世界级软件的团队所信赖。

By the numbers

Bird

Deliverability scale

~40% of commercial email

Message retention

30 days

What Amazon SES is great at.
Where Bird is different.

What Amazon SES is great at

Deep AWS integration. IAM, SNS, Lambda, and the rest of the stack are right there. If your infrastructure already lives in AWS, SES is the path of least resistance.

Configuration Sets. A named bundle of behaviours (event destinations, IP pool, reputation tracking, suppression overrides) applied per send, so different traffic classes run different operational profiles in one account.

Regional isolation you choose. A separate endpoint per AWS region, each with independent reputation, for senders who want to pin traffic to specific geographies.

Where Bird is different

Managed, not assembled. SES gives you primitives. With Bird, webhooks arrive at your URL signed (no SNS or SQS to wire up), message bodies are stored for 30 days (SES stores none by default), and dedicated-IP warm-up and deliverability are managed for you.

A simpler API. A bearer-token HTTP call, a typed error hierarchy with an error-as-value option via .safe(), idempotency keys, and a hosted MCP server. SES signs every request with AWS SigV4 and IAM, which is power you pay for in setup.

Built on SparkPost. Bird’s email runs on SparkPost, the deliverability platform Bird acquired in 2021, carrying about 40% of the world’s commercial email with a decade-plus of IP-reputation engineering and human deliverability support.

Channels beyond email. Send email, SMS, and voice from one API and one auth model. With SES, SMS and voice are separate AWS services you integrate on their own.

The matrix

Capability by capability.

Amazon SES offers per-region isolation, and it is the natural pick if you already live in AWS. Bird wins on a simpler API, managed deliverability, native webhooks, stored message history, and channels beyond email, and matches SES on SMTP submission and address validation. Both readings are accurate today.

功能BirdAmazon SES谁更胜一筹?
Send APIBearer-token HTTP API (POST /v1/email/messages). The SDK throws a typed error you narrow with instanceof, with an error-as-value option via .safe().SES v2 SendEmail signed with AWS SigV4 and IAM; no simple bearer-token endpoint.
Published pricingBird email plans and rates. Select the volume and features you need.Amazon SES plans and rates. Select the same workload before comparing the total.
无法比较
SMTP relayCustomer-facing relay at eu1 and us1.smtp.bird.com. Implicit TLS on 465, STARTTLS on 587 and 2525, authenticated with a normal API key.Customer-facing SMTP relay at email-smtp.<region>.amazonaws.com.
Email address validationReal-time validation: a deliverability verdict, a 0-100 confidence score, role, disposable and free-provider flags, and a typo correction. One address per call.Native recipient-validation feature plus Auto Validation gating.
Event webhooksNative webhooks delivered to your URL, signed (Standard Webhooks).No native HTTP webhook; events publish to SNS, Kinesis Firehose, CloudWatch, or EventBridge that you wire up.
Stored message retentionStored message body available for 30 days.No stored bodies by default; archiving is a paid Mail Manager add-on.
Idempotency on sendIdempotency-Key header, reused across retries.No idempotency key on the send path; consumers dedupe on messageId.
Dedicated IPs and warm-upDedicated IPs and pools with roughly 30-day automated warm-up.Standard and managed dedicated IP options; see AWS pricing for their charges.
Deliverability heritageBird 于 2021 年收购了 SparkPost。其发送网络承载了全球约 40% 的商业电子邮件SES 托管专用 IP 为发送工作负载提供自动预热和弹性扩展。
Channels beyond emailEmail, SMS, WhatsApp, voice, Verify and Realtime on one API and one key, plus a wider omnichannel platform.Email only; SMS and voice live in separate AWS services.
智能体工具Bird 托管的 MCP 服务器位于 mcp.bird.com,提供 354 个工具。bird CLI 可发送和查看邮件、管理域名、模板和 webhook,并为 agent 提供 JSON 输出和语义退出码AWS CLI sesv2 可发送邮件并管理 SES 身份、配置集和抑制列表。AWS MCP Server 通过 OAuth 或 SigV4 认证连接 agent。
邮箱Bird 的 agent 邮箱提供可寻址收件箱、会话线程、回复及通过代码管理的发件人规则。Amazon SES 接收规则 将收到的邮件投递到 AWS 服务,包括 S3 和 SNS。

The same send

One send, two levels of plumbing.

Sending one HTML email. SES routes through the AWS SDK with SigV4 credentials and a nested command shape. Bird is a bearer-token call that returns a typed result. The fields are the same underneath.

Amazon SES

send.ts
import { SESv2Client, SendEmailCommand } from "@aws-sdk/client-sesv2";

const ses = new SESv2Client({ region: "us-east-1" });

await ses.send(
  new SendEmailCommand({
    FromEmailAddress: "onboarding@yourdomain.com",
    Destination: { ToAddresses: ["customer@example.com"] },
    Content: {
      Simple: {
        Subject: { Data: "Your March invoice" },
        Body: { Html: { Data: "<p>Attached.</p>" } },
      },
    },
  }),
);
// Credentials resolve from the AWS provider chain (env, IAM role, profile).

Bird

send.ts
import { BirdClient } from "@messagebird/sdk";

const bird = new BirdClient({ apiKey: process.env.BIRD_API_KEY! });

const { data, error } = await bird.email
  .send({
    from:    { email: "onboarding@yourdomain.com", name: "Acme" },
    to:      ["customer@example.com"],
    subject: "Your March invoice",
    html:    "<p>Attached.</p>",
  })
  .safe();

if (error) console.error(error.message);
else console.log(data.id);

已公布的邮件套餐

Bird 的完整月度阶梯定价如下。标注的是最接近的发送量套餐,并非针对 Bird 发送量的报价。请查看计费条款、功能及超量费用。

定价对比结论: Not comparable. 该结论比较的是每个精确发送量和币种下最低的已公布月费;仅按日计算的配额、年度承诺、用量费率、起步价和定制报价不在比较范围内。

Bird 月发送量阶梯与已公布的服务商套餐
Bird 层级每月邮件数BirdAmazon SES
Free1,000

$0 / month (USD)

€0 / month (EUR)

4 在该发送量下的套餐

展开以对比所有选项及其计费条款。

匹配发送量

À la carte outbound email: $0.10 / 1,000 emails

1,000 emails

No monthly fee; uncapped usage rate, not a monthly allowance; attachment data charged separately.

按公布价格

匹配发送量

Essentials: $0.16 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. No account fee; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

匹配发送量

Pro: $0.22 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $105 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

匹配发送量

Enterprise: $0.23 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $500 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Startup50,000

$15 / month (USD)

€15 / month (EUR)

4 最接近的已公布选项

展开以对比所有选项及其计费条款。

最接近的已公布发送量

À la carte outbound email: $0.10 / 1,000 emails

1,000 emails

No monthly fee; uncapped usage rate, not a monthly allowance; attachment data charged separately.

按公布价格

最接近的已公布发送量

Essentials: $0.16 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. No account fee; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Pro: $0.22 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $105 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Enterprise: $0.23 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $500 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Startup100,000

$30 / month (USD)

€27.5 / month (EUR)

4 最接近的已公布选项

展开以对比所有选项及其计费条款。

最接近的已公布发送量

À la carte outbound email: $0.10 / 1,000 emails

1,000 emails

No monthly fee; uncapped usage rate, not a monthly allowance; attachment data charged separately.

按公布价格

最接近的已公布发送量

Essentials: $0.16 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. No account fee; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Pro: $0.22 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $105 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Enterprise: $0.23 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $500 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Growth100,000

$80 / month (USD)

€72.5 / month (EUR)

4 最接近的已公布选项

展开以对比所有选项及其计费条款。

最接近的已公布发送量

À la carte outbound email: $0.10 / 1,000 emails

1,000 emails

No monthly fee; uncapped usage rate, not a monthly allowance; attachment data charged separately.

按公布价格

最接近的已公布发送量

Essentials: $0.16 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. No account fee; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Pro: $0.22 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $105 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Enterprise: $0.23 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $500 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Growth250,000

$175 / month (USD)

€160 / month (EUR)

4 最接近的已公布选项

展开以对比所有选项及其计费条款。

最接近的已公布发送量

À la carte outbound email: $0.10 / 1,000 emails

1,000 emails

No monthly fee; uncapped usage rate, not a monthly allowance; attachment data charged separately.

按公布价格

最接近的已公布发送量

Essentials: $0.16 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. No account fee; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Pro: $0.22 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $105 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Enterprise: $0.23 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $500 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Growth500,000

$295 / month (USD)

€270 / month (EUR)

4 最接近的已公布选项

展开以对比所有选项及其计费条款。

最接近的已公布发送量

À la carte outbound email: $0.10 / 1,000 emails

1,000 emails

No monthly fee; uncapped usage rate, not a monthly allowance; attachment data charged separately.

按公布价格

最接近的已公布发送量

Essentials: $0.16 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. No account fee; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Pro: $0.22 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $105 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Enterprise: $0.23 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $500 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Growth1,000,000

$530 / month (USD)

€480 / month (EUR)

4 最接近的已公布选项

展开以对比所有选项及其计费条款。

最接近的已公布发送量

À la carte outbound email: $0.10 / 1,000 emails

1,000 emails

No monthly fee; uncapped usage rate, not a monthly allowance; attachment data charged separately.

按公布价格

最接近的已公布发送量

Essentials: $0.16 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. No account fee; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Pro: $0.22 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $105 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Enterprise: $0.23 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $500 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Growth2,500,000

$1,039 / month (USD)

€950 / month (EUR)

4 最接近的已公布选项

展开以对比所有选项及其计费条款。

最接近的已公布发送量

À la carte outbound email: $0.10 / 1,000 emails

1,000 emails

No monthly fee; uncapped usage rate, not a monthly allowance; attachment data charged separately.

按公布价格

最接近的已公布发送量

Essentials: $0.16 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. No account fee; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Pro: $0.22 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $105 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

最接近的已公布发送量

Enterprise: $0.23 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $500 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Amazon SES: 已公布的套餐

À la carte outbound email: $0.10 / 1,000 emails

1,000 emails

No monthly fee; uncapped usage rate, not a monthly allowance; attachment data charged separately.

按公布价格

Essentials: $0.16 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. No account fee; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Pro: $0.22 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $105 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

Enterprise: $0.23 per 1,000 emails

1,000 emails

Usage rate for the 0–10M emails/month band, not a monthly allowance. $500 per account per region per month; attachment data charged separately. Tiered rates apply marginally; higher-volume rates are on the publisher page.

按公布价格

How should you compare email costs?

Where are the current Bird and Amazon SES prices?
Use Bird’s published email catalogue and Amazon SES’s pricing page for your sending volume. Check included usage, overage, dedicated IPs and support against the features your application needs. If a publisher requires a quote, request one before comparing totals.

Switching cost

Low.

Most of the move is deleting code. The AWS SDK, SigV4 signing, and the SNS or SQS pipeline you built to receive events are replaced by a bearer-token call and a signed webhook to your URL. Domain authentication and the suppression list map across directly.

If you run a dedicated IP on SES, plan for a warm-up window on Bird to carry the reputation over. The migration guide covers domain auth, IP warm-up, and event mapping.

Bird vs Amazon SES: common questions

What should I evaluate before moving from Amazon SES?
Evaluate the integration work as well as the published sending rates: authentication, delivery events, message history, suppression handling and domain warm-up. Use the migration guide to map your current workflow before changing providers.
Does Bird offer an SMTP relay like SES?
Yes. Point your client at eu1.smtp.bird.com or us1.smtp.bird.com, on port 465 for implicit TLS or 587 and 2525 for STARTTLS. The username is bird and the password is a normal API key with the emails scope, so there are no separate SMTP credentials to generate. Mail submitted over SMTP goes through the same pipeline as the API, with the same domain verification, IP pools, DKIM signing, suppressions, tracking, and events.
How does Bird’s deliverability compare to SES?
Bird’s email runs on SparkPost, the platform it acquired in 2021, which carries about 40% of the world’s commercial email and comes with human deliverability support. SES gives you the raw infrastructure; reputation and inbox placement are largely the sender’s job.
Does Bird have native webhooks like the SNS setup on SES?
Yes, and they are simpler. Bird delivers signed event webhooks (delivered, bounced, opened, clicked, and more) straight to your URL using the Standard Webhooks scheme. There is no SNS topic or SQS queue to provision.

联系我们的邮件团队

了解 Bird 如何融入您的 Amazon SES 工作流。

在从 Amazon SES 迁移流量之前,先测试您的发件人、模板和投递事件。如果迁移规模较大,请与邮件专家一起规划切换方案。

创建账户并测试您的集成。您的迁移咨询将包含您正在对比的服务商。

您的信息

所有联系方式均为必填项。

方便我们的团队就演示事宜与您联系。

感兴趣的产品

选填

我们将与您联系以安排演示。
隐私政策

你的下一个创意。
随时连接。