Search code examples
opensslphpmaileremaileasyphp

EasyPhp: How to Enable Openssl


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


Solution

  • In your php.ini

    Change

    ;extension=php_openssl.dll
    

    to

    extension=php_openssl.dll
    

    and restart your web server.