EasyPhp: How to Enable Openssl
Asked Answered
S

1

5

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

Sitka answered 9/7, 2015 at 23:19 Comment(2)
Stack Overflow is a site for programming and development questions. This question appears to be off-topic because it is not about programming or development. See What topics can I ask about here in the Help Center. Perhaps Super User would be a better place to ask. Also see Where do I post questions about Dev Ops?. (And this question has been asked 10's or 100's of times).Imogeneimojean
Im using php's mail function on a localhost and went through the torment of getting it to work. ThanksSitka
P
14

In your php.ini

Change

;extension=php_openssl.dll

to

extension=php_openssl.dll

and restart your web server.

Pulchia answered 10/7, 2015 at 6:48 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.