master 1.4.3d
Marc CHEVALDONNE 2 years ago
parent 557f864ac5
commit 4b21131a7f

@ -4,13 +4,13 @@
// Example: $config['smtp_host'] = 'smtp.gmail.com';
// @link https://codeigniter.com/user_guide/libraries/email.html
$config['useragent'] = '${SMTP_USERAGENT}'; //'Easy!Appointments'
$config['protocol'] = '${SMTP_PROTOCOL}'; // 'smtp' or 'mail'
$config['mailtype'] = '${SMTP_MAILTYPE}'; // 'html' or 'text'
$config['useragent'] = 'Easy!Appointments'; //'Easy!Appointments'
$config['protocol'] = 'smtp'; // 'smtp' or 'mail'
$config['mailtype'] = 'html'; // 'html' or 'text'
// $config['smtp_debug'] = '0'; // or '1'
$config['smtp_auth'] = FALSE; //or FALSE for anonymous relay.
$config['smtp_host'] = '${SMTP_HOST}';
$config['smtp_host'] = 'mtarelay.dsi.uca.fr';
$config['smtp_user'] = '';
$config['smtp_pass'] = '';
$config['smtp_crypto'] = '${SMTP_CRYPTO}'; // 'ssl' or 'tls'
$config['smtp_crypto'] = 'ssl'; // 'ssl' or 'tls'
$config['smtp_port'] = 25;

Loading…
Cancel
Save