forked from mirrors/easyappointments
Reset email.php configuration file.
This commit is contained in:
parent
5a7097ce05
commit
9cd19f9b02
1 changed files with 7 additions and 7 deletions
|
@ -5,10 +5,10 @@
|
|||
// @link https://codeigniter.com/user_guide/libraries/email.html
|
||||
|
||||
$config['useragent'] = 'Easy!Appointments';
|
||||
$config['protocol'] = 'smtp';
|
||||
$config['mailtype'] = 'html';
|
||||
$config['smtp_host'] = 'smtp.gmail.com';
|
||||
$config['smtp_user'] = 'johndoe.atdev@gmail.com';
|
||||
$config['smtp_pass'] = 'aPCiALxAgrpwG9RgcqxN';
|
||||
$config['smtp_crypto'] = 'ssl';
|
||||
$config['smtp_port'] = 465;
|
||||
$config['protocol'] = 'mail'; // or 'smtp'
|
||||
$config['mailtype'] = 'html'; // or 'text'
|
||||
// $config['smtp_host'] = '';
|
||||
// $config['smtp_user'] = '';
|
||||
// $config['smtp_pass'] = '';
|
||||
// $config['smtp_crypto'] = 'ssl'; // or 'tls'
|
||||
// $config['smtp_port'] = 25;
|
||||
|
|
Loading…
Reference in a new issue