imi框架定时任务:协程发送邮件报错:SMTP ERROR:Failed to connected to Server:SMTP connect() failed.
运行环境:centos 7.4+ imi2.0+php7.4+swoole 4.8
错误截图:
SMTP ERROR:Failed to connected to Server:
SMTP connect() failed.
按照错误提示:
https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
sudo setsebool -P httpd_can_sendmail 1
sudo setsebool -P httpd_can_network_connect 1
进入找到对应的地方,修改后还是不能正常工作.
宇润大佬最后让运行php --ri swoole
告诉我说是swoole没有安装openssl
最后我重装swoole解决这个问题,感谢宇润大佬!
./configure --enable-openssl --enable-http2 --enable-async-redis --enable-mysqlnd --with-php-config=/www/server/php/74/bin/php-config
make && make install
swoole安装openssl详细教程参考:http://www.majianwei.com/archives/9078
主题授权提示:请在后台主题设置-主题授权-激活主题的正版授权,授权购买:RiTheme官网
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。部分内容资源来源于互联网,如若本站内容侵犯了原著者的合法权益,可联系我们进行删除处理。