Disable php mail()

How can i stop php mail() and only use SMTP?

In wordpress you can use a plugin for that…

Edit php.ini and add this:

disabled_functions = mail

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.