[PHP] Re: Bcc with the mail command

2002-07-31 Thread lallous
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 abou

[PHP] Re: bcc

2002-01-09 Thread php
// here's a nice example for a bcc adress, just generate a header $headers .= "From: Birthday Reminder <[EMAIL PROTECTED]>\r\n"; $headers .= "Cc: [EMAIL PROTECTED]\r\n"; $headers .= "Bcc: [EMAIL PROTECTED]\r\n"; /* and now mail it */ mail($to, $subject, $message, $headers); gurix "Tim Ward"

[PHP] RE: bcc

2002-01-07 Thread Tim Ward
If you mean blind carbon copy on e-mails then www.php.net/manual/en/function.mail.php explains how to do it. If you mean anything else please elaborate Tim www.chessish.com -- From: Deependra B.