Hello,

On 02/22/2004 02:47 AM, Sheni R. Meledath wrote:
Please suggest a regular expression which will reject only email addresses which are 100% invalid.

You may want to take a look at this class that not only does regular expression e-mail address validation rejecting only addresses that have 100% certainly invalid characters, but also can check if the domain exists and if the respective SMTP server would accept messages to that address:


http://www.phpclasses.org/emailvalidation

--

Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to