Discussion in 'PHP' started by webvinay, Jan 22, 2009.
How one can block php mail function in linux cpanel?
You need to edit php.ini and add disable_functions = mail
execute it in the code ini_set("disable_functions", "mail")
Separate names with a comma.