码迷,mamicode.com
首页 > 其他好文 > 详细

Connection could not be established with host smtp.163.com [Connection timed out #110]

时间:2017-03-25 10:39:50      阅读:2114      评论:0      收藏:0      [点我收藏+]

标签:user   .com   mail   let   file   out   pre   with   use   

Connection could not be established with host smtp.163.com [Connection timed out #110]

 

框架配置 用SMTP.163.com

端口用   465

 

 

‘mailer‘ => [
‘class‘ => ‘yii\swiftmailer\Mailer‘,
‘useFileTransport‘ =>false,
‘transport‘ => [
‘class‘ => ‘Swift_SmtpTransport‘,
‘host‘ => ‘smtp.163.com‘,
‘username‘ => ‘yuandanghui‘,
‘password‘ => ‘admin123‘,
‘port‘ => ‘465‘,
‘encryption‘ => ‘ssl‘,
],

Connection could not be established with host smtp.163.com [Connection timed out #110]

标签:user   .com   mail   let   file   out   pre   with   use   

原文地址:http://www.cnblogs.com/myyuanyuan/p/6616074.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!