-1

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.

Community
  • 1
  • 1
Prakash V
  • 36
  • 3

1 Answers1

5

The best way is to send an email with a validation link or code inside.