GMail SMTP测试邮件发送失败

时间:2016-11-22 09:24:45

标签: php wordpress testing smtp gmail

smtp_error

上图显示错误:SMTP ERROR:无法连接到服务器:(0)

但我的GMail SMTP设置正确且有效。这怎么可能?

1 个答案:

答案 0 :(得分:0)

Gmail SMTP(smtp.gmail.com)使用端口 587 ,需要安全连接。 否则,Google SMTP似乎将其使用限制在Google G Suite订阅者身上。 您可以在https://www.smtper.net

获得这些信息和测试工具

我已经使用我的G Suite邮件测试了自己,测试工具效果很好。