master 1.4.3b
Marc CHEVALDONNE 2 years ago
parent b786800026
commit f301c142bb

@ -5,12 +5,12 @@
// @link https://codeigniter.com/user_guide/libraries/email.html
$config['useragent'] = 'Easy!Appointments';
$config['protocol'] = 'mail'; // or 'smtp'
$config['protocol'] = 'smtp'; // or 'mail'
$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_auth'] = FALSE; //or FALSE for anonymous relay.
$config['smtp_host'] = '${SMTP_HOST}';
// $config['smtp_user'] = '';
// $config['smtp_pass'] = '';
// $config['smtp_crypto'] = 'ssl'; // or 'tls'
// $config['smtp_port'] = 25;
$config['smtp_crypto'] = '${SMTP_CRYPTO}'; // or 'tls'
$config['smtp_port'] = 25;

Loading…
Cancel
Save