[PHP-DEV] PHP 4.0 Bug #8050 Updated: Sending malformed body (message string) From: webmaster <email protected>
Date: 11/30/00

ID: 8050
User Update by: webmaster <email protected>
Status: Open
Bug Type: Mail related
Description: Sending malformed body (message string)

Should have mentioned I'm using the ISAPI .dll version of PHP as opposed to the .exe version, on an IIS4 web server.

Previous Comments:
---------------------------------------------------------------------------

[2000-11-30 09:09:48] webmaster <email protected>
When using the mail() function, anything put into the body becomes malformed. Example:

mail("test <email protected>","test","testingn1...n2...n3...");

...results in the following email body...

testingatever.com
1... <email protected>
2... <email protected>
3... <email protected>

The server it's sending to is an XMail server, but I don't think it's that. And frankly, I have no idea what's causing it...I get the same results on two different servers

---------------------------------------------------------------------------

Full Bug description available at: http://bugs.php.net/?id=8050

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>