Our test server refused to send out emails from our Symfony app. What was wrong? Turned out the httpd daemon was prevented from sending by SELinux – so this command sorted it out;
setsebool -P httpd_can_sendmail on
Our test server refused to send out emails from our Symfony app. What was wrong? Turned out the httpd daemon was prevented from sending by SELinux – so this command sorted it out;
setsebool -P httpd_can_sendmail on