I want to disable mail functions in PHP by .htaccess throw-out my all project file. I need to do stop all e-mail that send by system in my project so there are many files that use mail() function in my project so there is way to disable mail functions ? I can't access php.ini so it better to do with .htaccess
in .htaccess i write this code but not work:
php_value disable_functions mail
this is not worked but any other way to disable mail function by .htaccess ?