From: [EMAIL PROTECTED] Operating system: Redhat 6.2 PHP version: 4.0.6 PHP Bug Type: Mail related Bug description: mail() is not supported
When trying to send mail using PHP the following error message is received: Warning: mail() is not supported in this PHP build My php_cofig.h file has the following line: #define HAVE_SENDMAIL 1 My php3.ini file has the following settings: [mail function] SMTP = localhost ;for win32 only sendmail_from = [EMAIL PROTECTED];for win32 only sendmail_path = /usr/sbin/sendmail -t -i ;for unix only, may supply arguments as well (default is sendmail -t) ls -l for /usr/sbin/sendmail shows: -rwsr-xr-x 1 root root 13758 Sep 10 11:15 sendmail* Phpinfo (http://admin.vervehosting.com/phpinfo.php) shows the following setting for sendmail: sendmail_path -t -i -- Edit bug report at: http://bugs.php.net/?id=13493&edit=1 -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]