RE: [PHP] Blind Carbon Copies? with mail ()???

2001-07-10 Thread Matthew Loff
[EMAIL PROTECTED]] Sent: Tuesday, July 10, 2001 9:48 PM To: Matthew Loff Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Blind Carbon Copies? with mail ()??? Man that is awesome! Can the Bcc in the headers somehow be a $variable ? Thanks, Marcus Matthew Loff wrote: > (Have the To: address be y

Re: [PHP] Blind Carbon Copies? with mail ()???

2001-07-10 Thread Marcus James Christian
Man that is awesome! Can the Bcc in the headers somehow be a $variable ? Thanks, Marcus Matthew Loff wrote: > (Have the To: address be yourself, or a mail account that simply dumps > to /dev/null) > > $to = "[EMAIL PROTECTED]"; > $subject = "Subject of Message"; > $message = "blah blah blah..

RE: [PHP] Blind Carbon Copies? with mail ()???

2001-07-10 Thread Matthew Loff
(Have the To: address be yourself, or a mail account that simply dumps to /dev/null) $to = "[EMAIL PROTECTED]"; $subject = "Subject of Message"; $message = "blah blah blah..." $headers = "From: Optional Name of List <[EMAIL PROTECTED]>\nBCC: [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]"