学习 / 邮件指南 / 从发送到收件箱之间发生了什么

从发送到收件箱之间发生了什么

2:11 分钟

Bird 在几分之一秒内以 202 响应您的发送请求——但那只是回执,不是投递确认。在这个短片中,我们跟踪一条消息的完整旅程:它在发出前通过的检查、离开时使用的 IP 及其附带的信誉、接收服务器做出决定的时刻,以及三种可能的结局。这样下次消息未送达时,您就知道该检查哪个环节。

内容概览

  • 从 API 调用到发送网络之间发生了什么
  • 邮箱服务商如何判定收件箱、垃圾邮件或硬退信
  • 从邮件统计数据中查看投递状态
Transcript

Auto-generated from the video.

Hey, and welcome back to another video. Uh today I want to walk you through the email delivery pipeline. Um so you set up your API, you set up everything that you do, and then you click send. What actually happens the moment that you click send on an email within the Bird platform?

Now let's have a look. So when you start to send, you have your API set up, you send it to someone, you add or a template or specific message, and the message gets sent. When it reaches our system, we check the content, we check if there's any suppressions on the recipient, and we check if the domain is okay to send from. Now these checks happen within milliseconds and don't necessarily cause any issues. Then dependent on the sending IP that you use, uh there might be a poor history, so your message might get throttled, meaning that we just hold it for a few seconds. But if your reputation is okay, we move on to the final delivery state.

Now here there's a specific gate on the recipient, so either Gmail or Outlook, dependent on who you're sending it to, who checks all of the records if these are all okay. In the event that all of the records are indeed correctly submitted, and we as Bird are allowed to send, the message gets sent into the actual inbox.

Now when receiving on the inbox, there's a few outcomes that can happen. The message can get delivered, which is the happy path. It might be that it gets deferred, so meaning it's on hold, or it needs to get retried, and then upon the retry it can still go into a delivered state, or it might get bounced in the event that the recipient email address actually doesn't exist, or if the address had its own suppression on their end as well.

Then after all of that, all of the events actually get reported back within the Bird system within milliseconds, giving you a full overview of exactly what has happened to your messages, and what state they currently are at. Sending an email is as easy as that.

Uh Um quick review. Happy sending.

从一个渠道开始。
准备好后,再添加其他渠道。

测试 API 密钥即刻可用。添加支付方式并验证发送者身份后,即可解锁生产环境。

正在使用 Claude Code、Cursor 或 Codex?复制一条设置提示,您的智能代理即可自动安装 Bird CLI 和相关技能。选择您的工具:

Cursor