* 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]" . "Cc:[EMAIL PROTECTED];
> [EMAIL PROTECTED]");
> 
> ...
> 
> Can anyone direct me to a good example or tell me what's wrong?
> 
Try using something like:

  CC: [EMAIL PROTECTED], [EMAIL PROTECTED]


Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

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

Reply via email to