I just moved my site to a new install of SUSE 9.1 and get the error..
Call to undefined function: mail() when ever I try to send a message. What is the easiest way to fix this since suse used postfix instead of sendmail.
You'll have to set the path to postfix's sendmail wrapper. I think it's in /usr/sbin, which is probably not in your path. So you either need to add /usr/sbin to your path, or set 'sendmail_path' in your php.ini file, then restart your webserver.
-- John C. Nichel KegWorks.com 716.856.9675 [EMAIL PROTECTED]
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php