Re: [PHP-WIN] Re: mail() Incorrect Address Format when using IIS7/FastCGI

2008-01-29 Thread Niel Archer
> I have already posted it to bugs.php.net > (http://bugs.php.net/bug.php?id=43730) and php is claiming it's not a bug. They are correct, it's not a bug in PHP. This is the standard behaviour for the Windows implementation of mail() as noted in the documentation for the function. Granted it's an

[PHP-WIN] Re: mail() Incorrect Address Format when using IIS7/FastCGI

2008-01-29 Thread Manuel Lemos
Hello, on 01/29/2008 04:13 PM Dan Richfield said the following: > I have already posted it to bugs.php.net > (http://bugs.php.net/bug.php?id=43730) and php is claiming it's not a bug. I am not surprised! ;-( > Thanks for your suggestion, but I have to use mail because this is being > offered to

[PHP-WIN] Re: mail() Incorrect Address Format when using IIS7/FastCGI

2008-01-29 Thread Dan Richfield
I have already posted it to bugs.php.net (http://bugs.php.net/bug.php?id=43730) and php is claiming it's not a bug. Thanks for your suggestion, but I have to use mail because this is being offered to shared hosting customers and a mass scale. Most applications and developers use the mail() fu

[PHP-WIN] Re: mail() Incorrect Address Format when using IIS7/FastCGI

2008-01-29 Thread Manuel Lemos
Hello, on 01/29/2008 02:57 PM Dan Richfield said the following: > When using IIS7 with PHP 5.2.5 with the FastCGIModule, the mail() > function returns the following error message when trying to use anything > but a plain email address (ex. [EMAIL PROTECTED]) in the From or To > headers: > > PHP W