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


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',
],


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM