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

Hiya

This is not a bug

The syntax of mail is

mail (to, body, extra_header);

Greetz,

Wico

P.S. you can close the bug-report yourself (with the password)

At 14:09 30-11-00 +0000, webmaster <email protected> wrote:
>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>

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