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
In your php.ini
Change
;extension=php_openssl.dll
to
extension=php_openssl.dll
and restart your web server.