|
|
@ -54,8 +54,8 @@ class Sendmail extends CI_Controller
|
|
|
|
}
|
|
|
|
}
|
|
|
|
$this->load->library('email');
|
|
|
|
$this->load->library('email');
|
|
|
|
$config['protocol'] = 'smtp';
|
|
|
|
$config['protocol'] = 'smtp';
|
|
|
|
$config['smtp_host'] = 'ssl://hwsmtp.exmail.qq.com';//ssl://smtp.sendgrid.net';
|
|
|
|
$config['smtp_host'] = 'hwsmtp.exmail.qq.com';//ssl://smtp.sendgrid.net';
|
|
|
|
$config['smtp_port'] = 465;
|
|
|
|
$config['smtp_port'] = 25;
|
|
|
|
$config['smtp_user'] = 'noreply02@chinahighlights.net';//'zm198311@yahoo.com.cn';
|
|
|
|
$config['smtp_user'] = 'noreply02@chinahighlights.net';//'zm198311@yahoo.com.cn';
|
|
|
|
$config['smtp_pass'] = 'eHgb2Z8G\HbR';//cits@123';
|
|
|
|
$config['smtp_pass'] = 'eHgb2Z8G\HbR';//cits@123';
|
|
|
|
$config['smtp_timeout'] = 3600;
|
|
|
|
$config['smtp_timeout'] = 3600;
|
|
|
|