How to verify if a email address exists?

前端 未结 5 1174
不知归路
不知归路 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:01

    No way at all

    If it's for a reason, such as signing up with verification, then someone will reply when you send.

    Why do you want to do this?

提交回复
热议问题