How to verify if a email address exists?

前端 未结 5 1164
不知归路
不知归路 2020-12-11 06:25

Is there any possible way to find out if an email address exists in c#?

e.g. I have an email address like abcded@yahoo.com or asdf234@hotmail.com How can I do the va

5条回答
  •  天涯浪人
    2020-12-11 07:02

    The most obvious way is to send an email to the mail address and ask the recipient to reply or click a link.

提交回复
热议问题