Is there a way to test if an E-Mail address exists without sending a test mail? [duplicate]

百般思念 提交于 2020-01-01 10:05:28

问题


Possible Duplicate:
How to check if an email address exists without sending an email?

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?

Thank you


回答1:


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

Some more info : Can I check if an email address exists using .net?

"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."

Another similar question : How to check if an email address exists without sending an email?



来源:https://stackoverflow.com/questions/12795209/is-there-a-way-to-test-if-an-e-mail-address-exists-without-sending-a-test-mail

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!