Update email.php
This commit is contained in:
parent
1994184a88
commit
bf57e028e6
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@
|
|||
$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
|
||||
|
||||
// $config['smtp_host'] = '';
|
||||
// $config['smtp_host'] = '';
|
||||
// $config['smtp_user'] = '';
|
||||
// $config['smtp_pass'] = '';
|
||||
|
|
Loading…
Reference in a new issue