EasyPhp:如何启用Openssl

Mic*_*l K 5 email openssl email-integration easyphp phpmailer

嗨怎样才能在Easyphp中启用openssl因为我收到错误消息无法发送.Mailer错误:扩展丢失:opensslTime:当使用phpmailer时.谢谢

Syn*_*hro 14

在你的 php.ini

更改

;extension=php_openssl.dll
Run Code Online (Sandbox Code Playgroud)

extension=php_openssl.dll
Run Code Online (Sandbox Code Playgroud)

并重新启动您的Web服务器.