[PHP-DEV] Bug #9965 Updated: email command gives 'Warning: Failed to Receive ' From: jmoore <email protected>
Date: 04/29/01

ID: 9965
Updated by: jmoore
Reported By: rockhbrown <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] rockhbrown <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("rockhbrown <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: 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>