ID: 40139
User updated by: sab2002a at yahoo dot com
Reported By: sab2002a at yahoo dot com
-Status: Feedback
+Status: Open
Bug Type: Mail related
Operating System: FreeBSD 5.4
PHP Version: 4.4.4
New Comment:
Some more info...
This is what I have under mail in my php.ini
[mail function]
SMTP = localhost ;for
win32 only
sendmail_from = [EMAIL PROTECTED] ;for win32 only
sendmail_path = /var/qmail/bin/qmail-inject
Also, I'm running netqmail 1.05 with a bunch of patches (spam, virus
checking, etc).
Previous Comments:
------------------------------------------------------------------------
[2007-01-22 07:17:52] [EMAIL PROTECTED]
We are still unable to reproduce it.
------------------------------------------------------------------------
[2007-01-20 19:47:55] sab2002a at yahoo dot com
Still the same thing.
Here's the code:
<?php
error_reporting(E_ALL);
ini_set("display_errors", 1);
if (!mail('[EMAIL PROTECTED]','test','test','From:
[EMAIL PROTECTED]'))
echo "An error occurred";
else
echo "no error occurred";
?>
The mail gets delivered and I still get "An error occurred" as the
output with nothing else.
I'm thinking it may be something to do with the way I'm
configuring/compiling.
Here's my configure line:
./configure --with-openssl --enable-calendar --with-curl --with-gd
--with-jpeg-dir --with-png-dir --with-zlib-dir --with-xpm-dir
--with-ttf --with-freetype-dir --with-t1lib --enable-gd-native-ttf
--with-gettext --with-gmp --with-iconv --with-mcal --with-mcrypt
--with-mhash --with-mime-magic --with-mysql --with-mysql-lib
--with-ncurses --enable-pcntl --with-jpeg-dir --with-png-dir
--with-zlib-dir --with-tiff-dir --with-pspell --with-mm
--enable-sysvsem --enable-sysvmsg --enable-sysvshm --with-xmlrpc
--with-iconv-dir --enable-xslt --with-xslt-sablot --with-iconv-dir
--with-pear --enable-zend-multibyte --enable-sockets --enable-pcntl
--enable-sigchild --enable-libgcc --enable-trans-sid --enable-ftp
--with-config-file-path=/usr/local/lib --prefix=/usr/local/php
--with-config-file-path=/usr/local/php --disable-cli
--enable-force-cgi-redirect --enable-cgi --enable-mbstring
------------------------------------------------------------------------
[2007-01-19 17:14:14] [EMAIL PROTECTED]
Please try using this CVS snapshot:
http://snaps.php.net/php4-STABLE-latest.tar.gz
For Windows:
http://snaps.php.net/win32/php4-win32-STABLE-latest.zip
Cannot reproduce.
------------------------------------------------------------------------
[2007-01-19 17:05:50] sab2002a at yahoo dot com
Yes, that's what I did as per my previous comment.
No errors at all, email gets sent, and I get a "An error occurred"
message.
------------------------------------------------------------------------
[2007-01-16 21:17:23] [EMAIL PROTECTED]
set_error_reporting(E_ALL);
ini_set("display_errors", 1);
------------------------------------------------------------------------
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/40139
--
Edit this bug report at http://bugs.php.net/?id=40139&edit=1