master
Marc CHEVALDONNE 2 years ago
parent bcfc29da90
commit 445266dec5

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

Loading…
Cancel
Save