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:
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
Previous Comments:
------------------------------------------------------------------------
[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);
------------------------------------------------------------------------
[2007-01-16 19:20:07] sab2002a at yahoo dot com
I set error reporting and display errors on to max and still the same
thing.
I don't receive any error messages.
------------------------------------------------------------------------
[2007-01-15 20:40:02] [EMAIL PROTECTED]
Set display_errors to On and error_reporting to E_ALL.
------------------------------------------------------------------------
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