我已经使用了Easy WP SMTP v1.0.7插件来发送邮件。
但我在测试邮件时遇到了这个错误。
SMTP -> ERROR: Failed to connect to server: Unable to find the socket transport "ssl" - did you forget to enable it when you configured PHP? (1655685655)
<br />发布于 2014-02-05 15:12:53
万岁!我得到答案了
Edit php.ini and uncomment extension_dir=ext.
Also uncomment extension=php_openssl.dll.它运行良好……:)
https://stackoverflow.com/questions/21570646
复制相似问题