Hi, I am building a C# application where users creat an account and type their email address, I know how to validate it with Regular expression, what I am having truble with is how to check if that email actually exist? i.e. [email protected] --> is there such email address?
Thanks!