Both [Dave Child][1]'s function and [Cal Henderson][2]'s are good for validating against RFC2822, but there is a more recent RFC3696 that adds some information about how to validate email addresses. Here is my own function for validating addresses, along with some test cases to demonstrate what is and is not a valid address: [is_email()][3] And my [web page][4] comparing a number of different validators might also help. [1]: http://code.google.com/p/php-email-address-validation/ [2]: http://www.iamcal.com/publish/articles/php/parsing_email [3]: http://code.google.com/p/isemail/source/browse/#svn/trunk [4]: http://www.dominicsayers.com/isemail/