ID:               43327
 Updated by:       j...@php.net
 Reported By:      carsten_sttgt at gmx dot de
-Status:           Open
+Status:           Assigned
 Bug Type:         Mail related
 Operating System: win32 only (?)
-PHP Version:      5CVS, 6CVS (2008-08-15)
+PHP Version:      5.*, 6 (2009-08-07)
 Assigned To:      pajoye


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

[2009-07-20 10:08:36] carsten_sttgt at gmx dot de

After some delay...

If've just test this with PHP 5.3.0 and mail() still returns TRUE, even
if PHP can't find the sendmail binary or the sendmail binary returns an
errorlevel != 0.

Regards,
Carsten)

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

[2008-08-26 23:28:16] j...@php.net

Pierre, this is the real issue, sendmail_path is not checked or
something?

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

[2008-01-18 21:52:18] aaron at gwmicro dot com

I have confirmed this issue under a Windows Server 2003 environment,
and it continues to exist in 5.3 dev. Using the imap_mail.dll and
changing all references from mail() to imap_mail() seems to resolve the
problem, although changing that reference everywhere is not a reasonable
solution for most everyone (including us).

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

[2007-11-19 14:40:55] j...@php.net

Propably due to wrong usage of popen() and not VCWD_POPEN(). I don't
have win32 dev environment setup so someone else should deal with this.

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

[2007-11-19 13:46:20] carsten_sttgt at gmx dot de

> Are you sure the path is actually set? Try this:

Yes:
| D:\PHP>php -d sendmail_path=/foo/bar -r \
| "var_dump(ini_get('sendmail_path'));"
| string(8) "/foo/bar"
|
|D:\PHP>

Of course, setting "sendmail_path" from the command line was just for
you. The same happens if I set a wrong sendmail_path in "php.ini".

And as I've written above:
mail() returns also TRUE, if "sendmail_path" is correct, but the
sendmail binary exit with an error code != 0.

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

The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
    http://bugs.php.net/43327

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

Reply via email to