[PHP] using Cc: with mail()

2004-07-14 Thread Amanda Hemmerich
Ok, I am trying to fix a bug on a site I didn't write, and I looked for examples on www.php.net and couldn't find what I needed. Here is the line of code in question: mail($email, XXX - Conference Registration Confirmation, $message, From: [EMAIL PROTECTED] . Cc:[EMAIL PROTECTED]; [EMAIL

Re: [PHP] using Cc: with mail()

2004-07-14 Thread Curt Zirzow
* Thus wrote Amanda Hemmerich: Ok, I am trying to fix a bug on a site I didn't write, and I looked for examples on www.php.net and couldn't find what I needed. Here is the line of code in question: mail($email, XXX - Conference Registration Confirmation, $message, From: [EMAIL PROTECTED]

Re: [PHP] using Cc: with mail()

2004-07-14 Thread Eric Schwartz
On Wed, 14 Jul 2004 10:55:18 -0500 (EST), Amanda Hemmerich [EMAIL PROTECTED] wrote: Ok, I am trying to fix a bug on a site I didn't write, and I looked for examples on www.php.net and couldn't find what I needed. Here is the line of code in question: mail($email, XXX - Conference