From:             [EMAIL PROTECTED]
Operating system: Windows 98
PHP version:      4.1.0
PHP Bug Type:     Mail related
Bug description:  Can't send MAIL

The mail() function does not seem to work
I am using PHP 4.1.0 under apache.

This type of script not function:

<?php
mail("[EMAIL PROTECTED]", "PHP Mail test", "Line 1\nLine 2\nLine
3");
?>

but if i change in this

<?php
mail("[EMAIL PROTECTED]", "PHP Mail test", "Line 1\r\nLine
2\r\nLine 3");
?>

No problem append..
In php 4.0.6 no problem!

This problem is tested only on Windows Platform
-- 
Edit bug report at http://bugs.php.net/?id=15755&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=15755&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=15755&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=15755&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=15755&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=15755&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=15755&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=15755&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=15755&r=submittedtwice

Reply via email to