ID:               20465
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Open
+Status:           Closed
 Bug Type:         Mail related
 Operating System: linux
 PHP Version:      4.2.2
 New Comment:

This bug has been fixed in CVS.

In case this was a PHP problem, snapshots of the sources are packaged
every three hours; this change will be in the next snapshot. You can
grab the snapshot at http://snaps.php.net/.
 
In case this was a documentation problem, the fix will show up soon at
http://www.php.net/manual/.

In case this was a PHP.net website problem, the change will show
up on the PHP.net site and on the mirror sites in short time.
 
Thank you for the report, and for helping us make PHP better.




Previous Comments:
------------------------------------------------------------------------

[2002-11-18 05:23:00] [EMAIL PROTECTED]

I've got the same problem with apache 1.3.27 and php 4.2.3 as a
module.
The mail function always return nothing, and i can't find any error
message in my logs files.
I tried to build php as a binary (not an apache module), and in this
form the mail function works fine.

------------------------------------------------------------------------

[2002-11-18 03:46:41] [EMAIL PROTECTED]

Not much information to add.
I have the following code:

if(mail("[EMAIL PROTECTED]","subject","body","From: ...")) {
 echo ("success");
} else {
 echo ("fail");
}

This always returns fail even when the email has been send
successfully.

I am running php 4.2.2 on Apache as module.
Using default mail setup etc.

------------------------------------------------------------------------

[2002-11-17 11:46:30] [EMAIL PROTECTED]

Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


------------------------------------------------------------------------

[2002-11-17 11:22:43] [EMAIL PROTECTED]

The mail() function always returns a false value, even when it sends
the mail successful.

------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=20465&edit=1

Reply via email to