[PHP-DEV] Bug #1095: mail() default (sendmail -t) not honored From: bobk <email protected>
Date: 01/26/99

From: bobk <email protected>
Operating system: Linux
PHP version: 3.0.6
PHP Bug Type: Misbehaving function
Bug description: mail() default (sendmail -t) not honored

After upgrading to php 3.0.6, all mail() functions stopped.

The problem turned out to be that the default mail exec (sendmail -t) was not enforced and required a manual entry of "sendmail = sendmail -t" to be placed in php3.ini.

FIX: Adding this entry and restarting httpd cured the problem.

Thanks to Rasmus for the pointer!

--
PHP Development Mailing List   http://www.php.net/
To unsubscribe send an empty message to php-dev-unsubscribe <email protected>
For help: php-dev-help <email protected>