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

From: webmaster <email protected>
Operating system: Windows NT4 + SP6a
PHP version: 4.0.3pl1
PHP Bug Type: Mail related
Bug description: Sending malformed body (message string)

When using the mail() function, anything put into the body becomes malformed. Example:

mail("test <email protected>","test","testing\n1...\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

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

-- 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>