I want to verify the email address that a user enters in my website’s 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 – I’d like to know if there is a way to fetch website IP address by its domain in C#
↧
Check if domain exists
↧