Yes, the header can contain this: $mailheader="Bcc: [EMAIL PROTECTED]\r\nTo: [EMAIL PROTECTED]";
Elias, "Carlos Fernando Scheidecker Antunes" <[EMAIL PROTECTED]> wrote in message 012301c23874$982a5c70$93505ad1@Nando0">news:012301c23874$982a5c70$93505ad1@Nando0... Hello all, Just a question about PHP mail comand. Usually I have something like this: if (mail($to,$Subject,$Body,$MailHeaders)) { return 1; } else { return 0; } Is there any way to use a BCC instead of to? I would like that the message sent did not have the address of the person it is sending it to. Any ideas or suggestions? Thank you, Carlos Fernando. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php