I have "Prevent “nobody” from sending mail" set to On, but e-mail is sent out despite php file with code
I set it to disabled by adding following to the end of /usr/local/lib/php.ini
The sender is [email protected]
Not sure why?
Can i modify that cpanel and set its mailing limit to 0?
shows that "mail" is within disabled functions.echo 'disable_functions: ' . ini_get('disable_functions') . "<br />";
I set it to disabled by adding following to the end of /usr/local/lib/php.ini
the mailing script is at /home/mycpanelnamehere/public_html/subdomain/name/dir/scriptname.php[PATH=/home/mycpanelnamehere/public_html]
disable_functions = "show_source, system, passthru, shell_exec, popen, proc_open, allow_url_fopen, mail"
The sender is [email protected]
Not sure why?
Can i modify that cpanel and set its mailing limit to 0?