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 PROTECTED]");

The Cc isn't working, and it looks strange to me.  I want to find an
example of mail() using Cc: so I can see if it's using the correct syntax
and everything.  Plus I want to change everything to variables, but I can
do that once it is working correctly.

Can anyone direct me to a good example or tell me what's wrong?

Thanks!
Amanda

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to