August 6, 2010
If you are on a Fedora (or derivative) system with SELinux enabled, and your PHP script attempts to use the mail() function and fails, you may need to flip an SELinux boolean. First check this: getsebool httpd_can_sendmail If that returns off (false) then you need to flip the boolean (man setsebool for details). setsebool -P [...]