Troubleshooting > General

My host keeps sending mail.

Some content management systems will use the php mail function.

You can stop this function from executing in your MAMP PRO test file by adding the following line to your php.ini file.

 disable_functions = "mail"

In MAMP PRO, go to File > Edit Template > PHP > PHP.xxx to edit your php.ini file. Confirm you are changing the correct PHP version. Restart your servers.