EasyPhp: How to Enable Openssl

Michal K picture Michal K · Jul 10, 2015 · Viewed 14.5k times · Source

Hi how can I enable openssl in Easyphp as Im getting the error Message could not be sent.Mailer Error: Extension missing: opensslTime: when using phpmailer. Thanks

Answer

Synchro picture Synchro · Jul 10, 2015

In your php.ini

Change

;extension=php_openssl.dll

to

extension=php_openssl.dll

and restart your web server.