PDA

View Full Version : Stop send emails


Manoel J?nior
02-17-2014, 11:01 AM
What setting I have to do to not send any email to all users.

I would remove any option for sending email.

ozzy47
02-17-2014, 11:04 AM
Turn it off in the ACP --> Settings --> Options --> Email Options

Seven Skins
02-17-2014, 12:40 PM
Try this also..

Adding the code below to config.php stops all emails.

define("DISABLE_MAIL", true);

Manoel J?nior
02-17-2014, 07:41 PM
Thanks Seven and Ozzy!

;)