You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
997 B

<?php defined('BASEPATH') or exit('No direct script access allowed');
// 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
$config['useragent'] = 'Easy!Appointments';
$config['protocol'] = 'smtp'; // or 'mail'
$config['mailtype'] = 'html'; // or 'text'
$config['smtp_debug'] = '0'; // or '1'
$config['smtp_auth'] = TRUE; //or FALSE for anonymous relay.
$config['smtp_crypto'] = 'ssl'; // or 'tls'
$config['smtp_port'] = 465;
// Sendinblue
//$config['smtp_host'] = 'smtp-relay.sendinblue.com';
//$config['smtp_user'] = 'king.bernard.b@gmail.com';
//$config['smtp_pass'] = '5CZMvYWFmOSXtdws';
//
// Yahoo creylopez
$config['smtp_host'] = 'smtp.mail.yahoo.com';
$config['smtp_user'] = 'creylopez@yahoo.es';
$config['smtp_pass'] = 'xapkqwrbezpgrjie';
//
// Yahoo celestino_rey
//$config['smtp_user'] = 'celestino_rey@ymail.com';
//$config['smtp_pass'] = 'kbryvwxkockqckss';