From: [EMAIL PROTECTED]
Operating system: Windows 98 2nd edition (PWS)
PHP version: 4.0.4pl1
PHP Bug Type: *Mail Related
Bug description: email command gives 'Warning: Failed to Receive '
I am using the Windows binary version of 4.0.4pl1, nothing else added. Server is the
PWS.
Script:
--------------------------------------------------
<!doctype html public "-//W3C//DTD HTML 4.0 //EN">
<html>
<head>
<title>Mail Test!</title>
</head>
<body>
This is a test to see if it works<BR>
<?
mail("[EMAIL PROTECTED]", "Subject Line...", "Line 1\nLine 2\nLine 3");
?>
</body>
</html>
--------------------------------------------------
Results
--------------------------------------------------
This is a test to see if it works
Warning: Failed to Receive in D:\Inetpub\wwwroot\cgi\test.php on line 10
--------------------------------------------------
It appears to be related to bug id #4756, but since I do not have the source code, I
can not confirm this.
--
Edit Bug report at: http://bugs.php.net/?id=9965&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]