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_...