Removed duplicate row from the configuration file.

This commit is contained in:
Alex Tselegidis 2021-07-19 13:42:29 +03:00
parent 55a4665c7d
commit 3c4e7923ce
1 changed files with 1 additions and 4 deletions

View File

@ -7,11 +7,8 @@
$config['useragent'] = 'Easy!Appointments'; $config['useragent'] = 'Easy!Appointments';
$config['protocol'] = 'mail'; // or 'smtp' $config['protocol'] = 'mail'; // or 'smtp'
$config['mailtype'] = 'html'; // or 'text' $config['mailtype'] = 'html'; // or 'text'
// $config['smtp_debug'] = '0'; // or '1' // $config['smtp_debug'] = '0'; // or '1'
// $config['smtp_auth'] = TRUE; //or FALSE for anonymous relay NOTE: DONT USE QUOTES ' ! // $config['smtp_auth'] = TRUE; //or FALSE for anonymous relay.
// $config['smtp_host'] = '';
// $config['smtp_host'] = ''; // $config['smtp_host'] = '';
// $config['smtp_user'] = ''; // $config['smtp_user'] = '';
// $config['smtp_pass'] = ''; // $config['smtp_pass'] = '';