On Thu, 17 Jul 2003 05:55:27 +0000, Curt Zirzow wrote: >> Example 4. Sending complex email >> http://www.php.net/manual/en/function.mail.php >> >um.. don't use that example, it is the incorrect way to send a bcc. for >one it wont work and two the people will see the bcc, defeating the >purpose of a bcc.
Have you tried it? I wrote a php script just last night that used this format and it works like a champ! If you do a search for bcc on that page you will see that bcc is NOT handled by the MTA but by PHP. I have it bcc'ing to 3 or 4 people using a single header "Bcc: email, email, email, email" and it bcc's to all with NO copy of the bcc'ed folk in the header. Now for the caveat.... this is php 3.0.?.... For some reason the ISP I'm using doesn't have php 4 set to run from the command line. Why would I care if it runs from the command line? Because I have my little script set up as a cron job, so it has to be command line. :) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php