[PHP] Problems with Mail() and BCC

2001-07-16 Thread rodrigo

I must be doing something wrong with the headers. Can someone send me an
example of how to send a message with multiple addresses as BCCs?

It is a program i wrote that builds the header from multiple email
addresses in a database. The people on the emails are not getting the
message.

Thanks in advance.
-- 

Ivan R. Quintero E.* (507)228-3477  
Aptdo 1263 * (507)228-9105
Balboa, Ancon  * 612-1103
Republic of Panama * 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Problems with Mail() and BCC

2001-07-16 Thread Jason Murray

 I must be doing something wrong with the headers. Can someone 
 send me an example of how to send a message with multiple addresses 
 as BCCs?

mail([EMAIL PROTECTED],
 Subject Line
 Email Contect,
 Bcc: [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED]\n);

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]