I would like to know how to check if an email exists / is real. I'm doing a site (in ASP.NET), which for the person to do "register", has to enter an email and a password. But how do I check if the email is real? I know I could check if you have any "@" or ".com" or something, but the email may not exist.