Dear All,
My requirement is how to check the authenticity of the email id given by the user.
The process of checking should happen as soon as they enter their email id in the application.
If it is a valid & authenticated email id, the user should be allowed to proceed further with registration, if not he should be notified to enter a valid email id. This will help us in avoiding hundreds of mails bouncing back from invalid email ids.
Kindly help me with PHP coding for the above-mentioned requirement
Thank you.

