Today tuoitreit.vn will teach you how to mass disable email notifications xenforo 2
Please do so
Open /src/config.php anh add this to the top
Done!
Good luck for you!
Please do so
Open /src/config.php anh add this to the top
PHP:
$config['enableMail'] = false;
PHP:
<?php
$config['enableMail'] = false;
$config['db']['host'] = 'localhost';
$config['db']['port'] = 3306;
$config['db']['username'] = '';
$config['db']['password'] = '';
$config['db']['dbname'] = '';
$config['db']['socket'] = null;
Done!
Good luck for you!