hiding cc addresses

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tomE
Forum Newbie
Posts: 19
Joined: Tue Jul 12, 2005 7:26 am
Location: Liverpool

hiding cc addresses

Post by tomE »

Is it possible to hide the email address fields within a carbon copied email, so that the recipient can't tell that the email has been forwarded and as such is a cc?
User avatar
hawleyjr
BeerMod
Posts: 2170
Joined: Tue Jan 13, 2004 4:58 pm
Location: Jax FL & Spokane WA USA

Post by hawleyjr »

Yes, BCC them :wink:
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

I assume you mean php sending an email given this was posted in the php - code forum.

you can use a 'bcc' field to hide the address to which you're sending emails, but you can not "hide" the cc addresses.
Post Reply