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];

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

2001-07-10 Thread Matthew Loff
] 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 yourself, or a mail account that simply dumps to /dev/null) $to = [EMAIL PROTECTED]; $subject