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

Posted 316137590

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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‘,
],

以上是关于Connection could not be established with host smtp.163.com [Connection timed out #110]的主要内容,如果未能解决你的问题,请参考以下文章

NetCore HttpClient The SSL connection could not be established, see inner exception

为啥我的电脑登录不了FTP?提示“A connection with the server could not be established”

MDT部署系统报错 connection to the deployment share (Mdtdeployent Shares)could not be made.The following ne

初次使用git就遭遇不测,提示没有这个服务连接和需要配置git的一个http参数 NO network connection,SSl host could not be verified ...

[Android Exception A] – 1-The following classes could not be instantiated

npm ERR! Error: tunneling socket could not be established的解决问题