有没有办法测试电子邮件地址是否存在,而不发送测试邮件? [英] Is there a way to test if an E-Mail address exists without sending a test mail?

查看:134
本文介绍了有没有办法测试电子邮件地址是否存在,而不发送测试邮件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


可能重复:

如何检查电子邮件地址是否存在,而不发送电子邮件?

我试图找到一些方法来测试电子邮件地址是否真的存在,而不发送测试邮件。

I am trying to find some way to test if an E-mail address actually exists without sending a test mail.

可以验证电子邮件地址,但如果地址实际存在,则不能保证。像

One can validate e-mail address but is not guaranteed if the address actually exists. like

abc@example.com

有没有办法避免这种情况?

Is there a way to avoid this?

谢谢

推荐答案

简单答案是否定的 - 唯一的验证方法是连接到邮件服务器并发送电子邮件。

Short answer is no - the only way to validate it exists is to connect to the mail server and send an email to it.

一些更多信息:我可以检查电子邮件地址是否存在使用.net?

SMTP定义了一个命令,但是由于垃圾邮件发送者的滥用完全压倒了合法使用的数量,几乎每个电子邮件服务器在世界上被配置为谎言。

"SMTP defines a command for this, but since abuse by spammers totally overwhelmed the number of legitimate uses, virtually every e-mail server in the world is configured to lie."

另一个类似的问题:如何检查电子邮件地址是否存在,而不发送电子邮件?

这篇关于有没有办法测试电子邮件地址是否存在,而不发送测试邮件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆