mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 03:33:26 +02:00
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:
@@ -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.';
|
||||
|
Reference in New Issue
Block a user