我在justhost上设置了IEM。它装好了。现在,当我发送电子邮件时,它会说:cannot connect to server error 110
此外,我使用谷歌应用程序电子邮件服务器进行了我的登机。已使用google apps wizards在主机上配置了它。
IEM的设置如下:
smtp host: ssl://smtp.gmail.com
smtp user: my email id
smtp pass: my pass
port : 465
但它给出了错误:
A test email has not been successfully sent to the email address rohan@skylite.com: Unable to connect to mail server: Connection timed out(110)
它改变的cname是:
HostRecord Points to TTL
mail ghs.google.com 14400
www mydomain.com 14400
MX rec是 TTL是14400,你只是主机dosnt使它更少
1 @ aspmx.l.google.com 14400
5 @ alt1.aspmx.l.google.com 14400
5 @ alt2.aspmx.l.google.com 14400
10 @ aspmx2.googlemail.com 14400
10 @ aspmx3.googlemail.com 14400
那么伙计们,问题是什么?
答案 0 :(得分:2)
您的服务器的出站端口465可能已关闭,从而导致错误。您应该使用portcheck.php脚本来测试您的端口。请参阅interspire文档: https://www.interspire.com/support/kb/questions/1208/How+do+I+use+Amazon+SES+with+Interspire+Email+Marketer%3F
答案 1 :(得分:0)
忘记在Justhost.com上使用Gmail,它们会阻止465 587个SMTP端口。这真的很烦人。您必须使用PHP sendmail发送电子邮件,最终有60%的时间被视为垃圾邮件!