Date: 11/12/00
- Next message: shelby <email protected>: "[PHP-DEV] PHP 4.0 Bug #7766 Updated: not OO until automatic class destructor is added"
- Previous message: Shelby Moore: "[PHP-DEV] Re: PHP 4.0 Bug #7766 Updated: not OO until automatic class destructor is added"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: shelby <email protected>: "[PHP-DEV] PHP 4.0 Bug #7766 Updated: not OO until automatic class destructor is added"
- Previous message: Shelby Moore: "[PHP-DEV] Re: PHP 4.0 Bug #7766 Updated: not OO until automatic class destructor is added"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

