邮件发送不了问题

hotfix/远程访问多媒体中心
尹诚诚 8 years ago
parent 5106abab4c
commit 31ee17ac46

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

Loading…
Cancel
Save