[PHP-DEV] PHP 4.0 Bug #7767: mail function works with php3 but not php4 From: alexsun123 <email protected>
Date: 11/12/00

From: alexsun123 <email protected>
Operating system: Linux
PHP version: 4.0.3pl1
PHP Bug Type: *Mail Related
Bug description: mail function works with php3 but not php4

The mail function worked with php3 but when i upgraded to php4, it no longer worked. I did not change the php.ini at all. Regardless, the sendpath is /usr/sbin/sendmail -t -i.
i also tried just /usr/sbin/sendmail -t but that didn't work either. The mail function returns 1 but does not send the e-mail. the mail function I use to test is:
mail("alexsun123 <email protected>", "Subject", "Line", "")
everything else works fine.

-- 
Edit Bug report at: http://bugs.php.net/?id=7767&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>