> > $recipient .= "Mary <[EMAIL PROTECTED]>" . ", " ; //note the comma
It is also worth pointing out that you need to include the space as well. $to = "[EMAIL PROTECTED],[EMAIL PROTECTED]" won't work, whereas $to = "[EMAIL PROTECTED], [EMAIL PROTECTED]" will work. Daniel. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]