ID: 9965
Updated by: jmoore
Reported By: [EMAIL PROTECTED]
Status: Open
Old-Bug Type: *Mail Related
Bug Type: Mail related
PHP Version: 4.0.4pl1
Assigned To:
Comments:
reclassify
Previous Comments:
---------------------------------------------------------------------------
[2001-03-24 01:55:00] [EMAIL PROTECTED]
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 1nLine 2nLine 3");
?>
</body>
</html>
--------------------------------------------------
Results
--------------------------------------------------
This is a test to see if it works
Warning: Failed to Receive in D:Inetpubwwwrootcgitest.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.
---------------------------------------------------------------------------
ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=9965&edit=2
--
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]