Stop PHP Mailer?

A1WEBSITEPRO QuestionsCategory: PHPStop PHP Mailer?
Bob Schmitt asked 7 years ago

How do I stop the PHP mailer on my domain? It is eating up my daily quota!

Stop PHP Mailer? was last modified: December 9th, 2016 by Bob Schmitt
1 Answers
Best Answer
Maximus Mccullough Staff answered 7 years ago

Create a file and call it php.ini then put this text inside it.

disable_functions = mail, sendmail

Upload it to your server in the root directory and your done. 🙂

Have a nice day

Only cool people share!

Answer for Stop PHP Mailer? was last modified: December 9th, 2016 by Maximus Mccullough