Disable mail_enabled by default on clean install

Causes too many issues when no smpt server available and other options are not configured
This commit is contained in:
slawkens
2020-10-07 23:22:02 +02:00
parent 2144a4eb7c
commit 48874f5b07
8 changed files with 3 additions and 28 deletions

View File

@@ -47,9 +47,6 @@ $locale['step_config_server_path_desc'] = 'Path to your TFS main directory, wher
$locale['step_config_mail_admin'] = 'Admin Email';
$locale['step_config_mail_admin_desc'] = 'Address where emails from contact form will be delivered, for example admin@gmail.com';
$locale['step_config_mail_admin_error'] = 'Admin Email is not correct.';
$locale['step_config_mail_address'] = 'Server Email';
$locale['step_config_mail_address_desc'] = 'Address which will be used for outgoing emails (from:), for example no-reply@your-server.org';
$locale['step_config_mail_address_error'] = 'Server Email is not correct.';
$locale['step_config_timezone'] = 'Timezone';
$locale['step_config_timezone_desc'] = 'Used for date functions';
$locale['step_config_timezone_error'] = 'Timezone is not correct.';