Update email.php

This commit is contained in:
cbka 2021-03-27 19:40:36 +01:00 committed by GitHub
parent 1994184a88
commit bf57e028e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -7,6 +7,11 @@
$config['useragent'] = 'Easy!Appointments';
$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_host'] = '';
// $config['smtp_host'] = '';
// $config['smtp_user'] = '';
// $config['smtp_pass'] = '';