Removed duplicate row from the configuration file.
This commit is contained in:
parent
55a4665c7d
commit
3c4e7923ce
1 changed files with 1 additions and 4 deletions
|
@ -7,11 +7,8 @@
|
|||
$config['useragent'] = 'Easy!Appointments';
|
||||
$config['protocol'] = 'mail'; // or 'smtp'
|
||||
$config['mailtype'] = 'html'; // or 'text'
|
||||
|
||||
// $config['smtp_debug'] = '0'; // or '1'
|
||||
// $config['smtp_auth'] = TRUE; //or FALSE for anonymous relay NOTE: DONT USE QUOTES ' !
|
||||
|
||||
// $config['smtp_host'] = '';
|
||||
// $config['smtp_auth'] = TRUE; //or FALSE for anonymous relay.
|
||||
// $config['smtp_host'] = '';
|
||||
// $config['smtp_user'] = '';
|
||||
// $config['smtp_pass'] = '';
|
||||
|
|
Loading…
Reference in a new issue