aws部署laravel 发送邮箱提示【Connection could not be established with host smtp.exmail.qq.com :failed loading cafile stream: `/etc/pki/tls/certs/ca-bundle.crt】解决方案

参考链接:https://www.imsry.cn/posts/ac505287.html

 

 

 

 

 

//	在/config/mail.php中增加

'stream' => [
'ssl' => [
'allow_self_signed' => true,
'verify_peer' => false,
'verify_peer_name' => false,
],
],

 

posted on 2022-03-10 16:03  shenzen_小白  阅读(295)  评论(0编辑  收藏  举报

导航