8
votes
What is the best regular expression for validating email addresses?
The email addresses I want to validate are going to be used by an ASP.NET web application using the System.Net.Mail namespace to send emails to a list of people. So, rather than using some very com …
