如何使用ASP.NET从工作电子邮件验证个人电子邮件

问题描述:

Hello Everyone,我正在尝试验证给定的电子邮件地址是个人的(gmail,yahoomail,hotmail)还是公司邮件,例如(admin@company.com),我在asp.net框架上使用C#>


我提前感谢



我尝试过:



老实说,到目前为止我没有尝试任何东西,我一直在谷歌搜索但最终没有结果

Hello Everyone ,i am trying to validate if a given email address is personal (gmail,yahoomail,hotmail) or company mail such as(admin@company.com),i am using C# on asp.net framework

my appreciation in advance

What I have tried:

honestly i have tried nothing so far ,i have been googling around but ended up with no fruit

不可能。您可以通过查看地址的域名部分来猜测它,但不保证任何特定地址用于个人或商业用途。



如果没有向您所在的网站发送某种验证链接,也无法验证电子邮件地址是否存在,收件人必须单击该网站以告知您该电子邮件地址确实处于活动状态。
Not possible. You could make a guess at it just by looking at the domain part of the address, but there is no guarantee that any particular address is used for personal or business use.

It is also impossible to verify if the email address even exists without sending some kind of "verify link" to a website on your side where the recipient has to click to tell you that the email address is indeed active.