Skip to main content

Could not send email from php using pear Mail.php in Centos

Turns out that selinux needs to allow http to send emails.

The error was  

sendmail: fatal: open /etc/postfix/main.cf: Permission

The correction is  

setsebool -P httpd_can_sendmail=1

 

Comments

Popular posts from this blog