错误提示:

Warning: stream_socket_enable_crypto(): this stream does not support SSL/crypto in C:\xampp\htdocs\12work\class.smtp.php on line 197

打开php的配置Open SSL

 

Alright, we need to enable Open SSL module. Here is how to do it:

  1. Locate and open your php.ini file
  2. Search for the line: ;extension=php_openssl.dll
  3. Enable the module by removing ; char.
  4. Save the file and restart Apache.

相关文章:

  • 2022-01-11
  • 2021-04-24
  • 2021-10-06
  • 2021-12-01
  • 2021-10-09
  • 2021-09-02
  • 2021-08-09
猜你喜欢
  • 2021-05-30
  • 2022-12-23
  • 2022-12-23
  • 2021-12-29
  • 2022-02-07
  • 2021-12-12
  • 2021-11-09
相关资源
相似解决方案