Sending an email using PHPMailer and GMAIL SMTP

淺唱寂寞╮ 提交于 2019-12-02 01:31:25
hera87

As I mentioned above I had already enabled ssl by getting rid of the ; on the line with php_openssl.dll and restarting Apache. I did some more reading and I found out that some people also had "[PHP_OPENSSL]" before the enabling command. I added it and restarted Apache and everything is working! Thanks for all the comments

In php.ini:

[PHP_OPENSSL]
extension=php_openssl.dll
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!