Send email by Email Class in codeigniter with Gmail

前端 未结 3 1678
走了就别回头了
走了就别回头了 2020-12-03 12:58

I want send a email by Email Class in codeigniter with gmail, but i get following error:

Error:

A PHP Error was encountered
Severity: Wa

3条回答
  •  渐次进展
    2020-12-03 13:59

    Have you turned on php_openssl?

    Try to uncomment extension=php_openssl.dll in your php.ini file.

提交回复
热议问题