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.
 
 
 
 
 
 

39 lines
1.4 KiB

<?php if ( ! defined('BASEPATH')) exit('No direct script access allowed');
//
// $config['protocol'] = 'smtp';
// $config['smtp_host'] = 'ssl://in.mailjet.com';
// $config['smtp_port'] = '465';
// $config['smtp_user'] = 'f769b3e6e813f1efac4efbe21d3c56d9';
// $config['smtp_pass'] = 'f04292fcc0d14c81d4b3e9b373b664b8';
// $config['charset'] = 'utf-8';
// $config['mailtype'] = 'html';
// $config['newline'] = "\r\n";
//$config['protocol'] = "smtp";
//$config['smtp_host'] = "ex.mail.ovh.net";
//$config['smtp_port'] = "587";
//$config['smtp_user'] = "lemonde@wylog.com";
//$config['smtp_pass'] = "HeL10R2d2";
//$config['mailtype'] = "html";
//$config['charset'] = "UTF-8";
//$config['smtp_crypto'] = "tls";
//$config['protocol'] = "smtp";
//$config['smtp_host'] = "ssl://smtp.gmail.com";
//$config['smtp_port'] = "465";
//$config['smtp_user'] = "lemondeforgotpass@gmail.com";
//$config['smtp_pass'] = "lemonde2016";
//$config['mailtype'] = "html";
//$config['charset'] = "UTF-8";
//$config['protocol'] = 'smtp';
//$config['smtp_host'] = 'ssl://smtp.gmail.com'; //change this
//$config['smtp_port'] = '465';
//$config['smtp_user'] = 'lemonde.test1@gmail.com'; //change this
//$config['smtp_pass'] = 'google.com.ph'; //change this
//$config['mailtype'] = 'html';
//$config['charset'] = 'iso-8859-1';
//$config['wordwrap'] = TRUE;
//$config['newline'] = "\r\n"; //use double quotes to comply with RFC 822 standard