"Marko Mihalec" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> function isEmailInvalid($val)
> {

Note: this only checks that the value follows the format of a valid email
address.

To actually know whether the address works or not, you pretty much have to
send them email with some secret-key value and wait for them to respond with
that value.



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

Reply via email to