I want to verify the email address that a user enters in my websites sign-up form. Is there a way for me to this in C# e.g. by checking if entered email address domain actually exists?
To be more specific Id like to know if there is a way to fetch website IP address by its domain in C#
↧
Check if domain exists
↧