How to verify Email and Mobile number in real life applications?

Hi there

I am developing a web application in which I am registering a user then I need to verify their email and mobile numbers in real life till then they are not able to login their credentials?

What are the ways this can be done?

I am using Java(JSP,ServletsI in back end?

Thanks

the only way to do that is to send an email with a link in it and when they click the link you know the email is verified then ring the mobile number and tell them a value that needs to be entered to validate their number.

How I can Implement it.?

Is this is lenguage specific I mean If I am using Java then logic is different and if I am using PHP then logic is different for sending email and verifying mobile or it is same irrespective of lenguage whethar its Java or PHP?

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.