Daniel, Well...It sure didn't work for me with the comma and space...I got:
Warning: Server Error in c:\program files\apache group\apache\htdocs\send_simpleform.php on line 10 When I got rid of the second e-mail address and just used one address everything is back to normal. Further, I checked the php.net doc...under mail() step 4: $recipient .= "Mary <[EMAIL PROTECTED]>" . ", " ; file://note the comma and that doesn't work. I'm using MS Windows 98 w/ Apache Anybody want to share their php script with two e-mail addresses? Thank you. Tony Ritter ......................................... Daniel Parsons <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > > $recipient .= "Mary <[EMAIL PROTECTED]>" . ", " ; file://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]