telnet发送邮件的方法:
telnet smtp.hepeichao.com 80
220 smtp.aliyun-inc.com MX AliMail Server(10.147.41.231)
helo smtp.hepeichao.com
250 Ok
auth...
xiaohe
9年前 (2017-11-26) 6240℃ 0评论
0喜欢
我在使用wordpress的时候发现使用任何一个邮件发送插件都不能成功的发送邮件,后来在服务器上用telnet测试发现服务器根本不能连接25端口,经过在网上查找发现原来阿里云把25端口封禁了。
如果你们在使用过程中遇到了用25端口无法发送邮件先在cmd中使用telnet工具测试2...
xiaohe
9年前 (2017-11-26) 11073℃ 0评论
0喜欢