What's the difference between cc and To fields in e-mail?

In most email clients you can send an e-mail to multiple recipients in the To: field by separating addresses by a semicolon.

You can also use CC to send a copy to other people. Is there any difference between the two? Do mail programs behave differently depending on whether you CC or multi-To?


Solution 1:

It is described in RFC 2822, and more precisely section 3.6.3 of that RFC.

Here's the actual fragment that describes usage of "To" and "Cc":

The destination fields specify the recipients of the message. Each destination field may have one or more addresses, and each of the addresses indicate the intended recipients of the message. The only difference between the three fields is how each is used.

The "To:" field contains the address(es) of the primary recipient(s) of the message.

The "Cc:" field (where the "Cc" means "Carbon Copy" in the sense of making a copy on a typewriter using carbon paper) contains the addresses of others who are to receive the message, though the content of the message may not be directed at them.

The difference between "To" and "Cc" is in semantics, and determines how recipients should treat the message (as directed to them or "copied" only for their information).

Solution 2:

Typically, if I am carbon copied on something, the email is not directing to me, but is information that I need to read. The email does not necessarily require my response, but rather the response of those who were in the TO field.

Solution 3:

The difference is mainly social and informative -- address the letter To some people, and send others a CC (carbon copy) so that they can be aware of the facts. Because it is a distinct header it is frequently used for filters, with CC mail being held to higher standards than To.

So, while it doesn't matter at the protocol level, it can determine whether a message gets sent directly to the trash, to a to be read if there's time folder or read immediately.

My rule of thumb is to put the person in the To header only if I directly address them in the body, otherwise use Cc.

Solution 4:

Only if the recipient has told the mail program to handle them differently. They may choose to prioritize emails sent directly to them over ones they have been CCed on.

Solution 5:

The people you include in the To field should be the people you expect to read and respond to the message. The CC field should be used sparingly. You should only CC people who have a need to stay in the know. The BCC field should be used even more sparingly. People you include in the BCC field will not visible to others.

Cc stands for carbon copy and it means that whoever name appears after the Cc: will get a copy of the message. People who receive the mail can see who else is getting the copy of the message. The Cc header would also appear inside the header of the received message.

Bcc stands for blind carbon copy. With Bcc the recipients specified in this field do not appear in the received message. So all the recipients will get the message but cannot see others' name on the sent addresses.

From Answers Wiki.