2018-01-23 12:08:37 +03:00
|
|
|
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
2016-07-16 17:18:37 +03:00
|
|
|
|
|
|
|
// Add custom values by settings them to the $config array.
|
|
|
|
// Example: $config['smtp_host'] = 'smtp.gmail.com';
|
|
|
|
// @link https://codeigniter.com/user_guide/libraries/email.html
|
|
|
|
|
2018-01-23 12:08:37 +03:00
|
|
|
$config['useragent'] = 'Easy!Appointments';
|
2016-07-16 17:59:31 +03:00
|
|
|
$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;
|