Possible Duplicate:
Verify email in Java
How do I identify the fake or incorrect email address
For example : The recipient’s correct email address is [email protected]. But when he submitted the form in the application, he entered an incorrect email address like [email protected] . In this case, system should send an email to administrator stating that “since [email protected] is incorrect email address, en email is not delivered “ .
Web application (Java)
How do we implement the above requirement in Java.