From:             [EMAIL PROTECTED]
Operating system: Windows 98 - 2
PHP version:      4.0.4pl1
PHP Bug Type:     Mail related
Bug description:  problem with the "To" field

Ok, I have found several notes telling that the following syntax works :

$to = "\"Arnaud PERE\" <[EMAIL PROTECTED]>";
mail ($to,"subject","message");

But when I try this, my SMTP server says :
(bad host/domain syntax: "agilitime.com>")

see the trailing ">"...

Instead, I tried the following syntax which appeared to work :

$to = "[EMAIL PROTECTED] (Arnaud PERE)";
mail ($to,"subject","message");

This problem does not appear on the Unix version of PHP4.04pl1, but only on the 
windows version.

Did I do something wrong ?



-- 
Edit Bug report at: http://bugs.php.net/?id=10182&edit=1



-- 
PHP Development 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]

Reply via email to