email verification

Hi Allhow i will come to know that an email address is exists?Thanks &regards
[102 byte] By [RAMJANEa] at [2007-11-27 5:30:00]
# 1

Send an email and see if it won't be bounced :)

No, there is no safe programmatically way to do this without involving headache.

You may find regexps useful to check if an emailaddress is given in the valid format. Then it's up to the user to care if the address is filled in correctly or not. You don't need to care about it.

Here is a regexp example to validate an email address: http://balusc.xs4all.nl/srv/dev-jep-use.html#StringEmailAddressCheck

BalusCa at 2007-7-12 14:53:40 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...