OpenCart 发送邮件出现错误 Error: EHLO not accepted from server 2021-2-19 17:00 | 287 | PHP,后端 40 字 | 几秒读完 SMTP 设置中主机、用户名、授权码均正确 发送邮件时出现错误 Error: EHLO not accepted from server 修改 system/library/mail.php 代码: // fputs($handle, 'EHLO ' . getenv('SERVER_NAME') . &qu… OpenCart