We have multiple contact forms across many web sites and within our contact forms we ask for many different pieces of information, but obviously we ask for the users email address. We even ask them to enter it twice and have server side code to check to see that they have entered a ".", "@", etc... but we still get plenty of people entering incorrect email addresses, incorrect in the sense that they enter somename@someemail.com when it should possibly be somename@someemail.net We use ASP.net. Is there anything else we can do to make sure the user enters a REAL email address? Thanks