Hi, I have a simple mail script and when I run the script I get the following error:
Warning: mail() is not supported in this PHP build in /var/www/htdocs/file.php on line 159 I've checked the php.ini file to see if a setting was turned off, but came up with nothing except for: ; For Unix only. You may supply arguments as well (default: "sendmail -t -i"). ;sendmail_path = If the server that I'm working on is using QMAIL for it's email do I have to change a setting somewhere? Or does mail() not work in version 4.2.3? Any help would be great. Thanks, Jeff