Warning: fsockopen(): SSL operation failed with code 1.
OpenSSL Error messages: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed in D:\vhosts\abc.com\httpdocs\system\library\mail.php on line 170
Warning: fsockopen(): Failed to enable crypto in D:\vhosts\abc.com\httpdocs\system\library\mail.php on line 170
Warning: fsockopen(): unable to connect to ssl://smtp.gmail.com:465 (Unknown error) in D:\vhosts\abc.com\httpdocs\system\library\mail.php on line 170
Notice: Error: (0) in D:\vhosts\abc.com\httpdocs\system\library\mail.php on line 179
大家好,
我的客户的网站无法发送电子邮件,上面是错误消息 当我使用SMTP
时以下是测试和实时环境之间的差异:
它适用于测试环境,但不适用于实时服务器。测试环境在linux中,实时服务器在Windows上。
我的客户的电子邮件服务提供商是Google G Suite。
我尝试了默认的PHP邮件()和SMTP。
两者都无法发送邮件。
知道这些问题的根本原因是什么。我如何解决它? 还有任何想法避免这种情况
提前致谢