Hi, how can I enable openssl in Easyphp since Im getting an error message The message could not be sent. Sender error: missing extension: opensslTime: when using phpmailer. Thanks
In php.ini
php.ini
Change
;extension=php_openssl.dll
to
extension=php_openssl.dll
and restart the web server.