Cyb3r Well-known member Jun 26, 2015 #1 I have duplicated the database and copied files to subdirectory under the root folder to run some tests on it, how can i enable sandbox to prevent emails from reaching users? Last edited: Jun 26, 2015
I have duplicated the database and copied files to subdirectory under the root folder to run some tests on it, how can i enable sandbox to prevent emails from reaching users?
Martok Well-known member Jun 26, 2015 #2 Add this to config.php PHP: $config['enableMail'] = false; Details of all config.php options are here: https://xenforo.com/help/config-php-options/ Upvote 0 Downvote
Add this to config.php PHP: $config['enableMail'] = false; Details of all config.php options are here: https://xenforo.com/help/config-php-options/
Cyb3r Well-known member Jun 26, 2015 #3 Martok said: Add this to config.php PHP: $config['enableMail'] = false; Details of all config.php options are here: https://xenforo.com/help/config-php-options/ Click to expand... Thank you very much sir! Upvote 0 Downvote
Martok said: Add this to config.php PHP: $config['enableMail'] = false; Details of all config.php options are here: https://xenforo.com/help/config-php-options/ Click to expand... Thank you very much sir!