How can I check if an email address is Correct and Exists? [duplicate]

柔情痞子 提交于 2019-12-13 02:56:36

问题


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

I was wondering : is there a way to check if an email address is Correct and it Exists before sending an email, using Telnet or SMTP Protocol cmd-line ?


回答1:


The only valid solution to detect if an email address exists is to send an email and wait for answer.

Most of the times you also want to be sure that your user is the owner of the account, and this solution does both checks.

You can't do this client-side only, you'll need a server-side API.



来源:https://stackoverflow.com/questions/14102414/how-can-i-check-if-an-email-address-is-correct-and-exists

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