[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

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