Connection could not be established with host smtp.163.com
Posted dereckbu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Connection could not be established with host smtp.163.com相关的知识,希望对你有一定的参考价值。
laravel阿里云屏蔽25,无法发送邮件的解决方案
本地测试邮件可以发送成功,部署在阿里云上,在安全组中配置了25端口的出入后还是不行。
也就是加入了SSL验证,测试,问题迎刃而解!
阿里云服务器封禁了25
解决办法
端口号port 改成 465
加密方式 encryption 改用 ssl
以上是关于Connection could not be established with host smtp.163.com的主要内容,如果未能解决你的问题,请参考以下文章