What does the "To" field mean?

Still have a question, spotted an error, or have a better explanation or a source we should cite?

The To field is what you see when you open an email. It shows who the message is addressed to. Something like captain@deepcurrent.io or keeper@lighthouse.email. It's a label meant for humans to read, not a technical instruction.

And Here's the part that surprises people: the To field doesn't actually control where the email goes. That happens invisibly, during the SMTP conversation between mail servers, using a command called RCPT TO. The server issues a separate RCPT TO for every recipient (including CC and BCC). By the time the To field gets written into the message, the delivery path is already decided.

Think of it like addressing a letter. The To field is the greeting inside the letter ("Dear Alex,"). The actual delivery address is on the envelope. The postal service cares about the envelope, not what's written inside.

This split matters when troubleshooting. If someone says "I sent it to the right address but it went somewhere else," the To field isn't the culprit. The issue is almost always in the server configuration or the platform's recipient settings.

Most ESPs (Mailchimp, SendGrid, Brevo) handle this invisibly. You upload a list, pick who gets the email, and the platform fills in the To field and sets the RCPT TO commands correctly. If you're building custom integrations or using SMTP directly, you control both separately, and getting them out of sync causes confusion (or worse, privacy leaks if you accidentally expose BCC recipients in the To field).

Want to see what's actually in your To field versus what the server used for delivery? Grab a raw email header and run it through our free email header analyzer. It'll show you both the visible To line and the technical delivery path.

Contributors

Who worked on this answer

Every name links to their profile. Every company links to their site. Real people, real accountability.

Ask an AI · tailored to your setup

Ask AI about your To field setup

I read this on the Email Almanac about the To field: "The To field shows who the email is addressed to, but doesn't control delivery. That happens invisibly during the SMTP conversation using RCPT TO commands. The To field is a human-facing label written into the header after the delivery path is already set." Help me understand how this applies to MY setup. I need: 1. How to verify my To field is configured correctly 2. What to check if emails are going to the wrong address 3. Common mistakes when handling To, CC, and BCC 4. How to troubleshoot mismatches between visible recipients and actual delivery My details (fill in what applies): - Email platform/ESP: e.g. Mailchimp, SendGrid, custom SMTP - Sending method: platform UI, API, direct SMTP - Current issue: [e.g. BCC recipients appearing in To field, emails going to wrong addresses, personalization not working] - Experience level: beginner / intermediate / advanced - What I'm building: newsletter, transactional emails, one-off campaigns

Edit the yellow boxes, then send to the AI of your choice.