ID:               14032
 Updated by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
-Status:           Feedback
+Status:           No Feedback
 Bug Type:         Mail related
 Operating System: FreeBSD 4.2
 PHP Version:      4.0.6
 New Comment:

No feedback was provided for this bug for over a month, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".


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

[2002-02-18 03:08:21] [EMAIL PROTECTED]

I'm seeing this same problem.  mail() always returns false (looks like a
null string).  I'm also on FreeBSD with the same version of SendMail
(8.11.6)

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

[2002-02-06 15:47:20] [EMAIL PROTECTED]

Works fine for me...It might be a FreeBSD prob..What mailer are you
using?


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

[2001-11-12 09:39:33] [EMAIL PROTECTED]

I can see that this has been reported for Solaris too.

mail() always returns false but mail is sent successfully.

I'm running PHP 4.0.6 as an Apache module on a FreeBSD virtual server
host (at digitaldaze.com).

sendmail version is 8.11.6

I can reproduce this with a simple script:

if (mail("[EMAIL PROTECTED]","Test from PHP","Does this work?"))
        echo "True";
else
        echo "False";

Thanks
Ross


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


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

Reply via email to