Update email.php
This commit is contained in:
parent
bf57e028e6
commit
015a01b58a
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ $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_auth'] = TRUE; //or FALSE for anonymous relay NOTE: DONT USE QUOTES ' !
|
||||
|
||||
// $config['smtp_host'] = '';
|
||||
// $config['smtp_host'] = '';
|
||||
|
|
Loading…
Reference in a new issue