Possible Duplicate:
How to check if an email address exists without sending an email?
I am trying to find some way to test if an E-mail address actually exists without sending a test mail.
One can validate e-mail address but is not guaranteed if the address actually exists. like
abc@example.com
Is there a way to avoid this?
Thank you