|
|
@ -5,7 +5,7 @@
|
|
|
|
// @link https://codeigniter.com/user_guide/libraries/email.html
|
|
|
|
// @link https://codeigniter.com/user_guide/libraries/email.html
|
|
|
|
|
|
|
|
|
|
|
|
$config['useragent'] = 'Easy!Appointments';
|
|
|
|
$config['useragent'] = 'Easy!Appointments';
|
|
|
|
$config['protocol'] = 'mail'; // or 'smtp'
|
|
|
|
$config['protocol'] = 'smtp'; // or 'smtp'
|
|
|
|
$config['mailtype'] = 'html'; // or 'text'
|
|
|
|
$config['mailtype'] = 'html'; // or 'text'
|
|
|
|
$config['smtp_host'] = 'mtarelay.dsi.uca.fr';
|
|
|
|
$config['smtp_host'] = 'mtarelay.dsi.uca.fr';
|
|
|
|
$config['smtp_user'] = '';
|
|
|
|
$config['smtp_user'] = '';
|
|
|
|