Glossary

BCC works differently than To and CC:

To and CC addresses go in message headers — everyone can see them - BCC addresses go in the `to_addrs` parameter of `sendmail()` only — never in a header - Using `send_message()` will miss BCC recipients because it reads addresses from headers

Learn More

Related Terms