I am creating an app where I want to implement the forgot password feature, where when a user clicks on a button the user must automatically get an email notification to his device with the credentials inside the mail. I am new to android so could someone help me how I could implement this feature.
Asked
Active
Viewed 148 times
0
-
2Why will app sends an email to device dude ?? Shouldn't it be the job of server ??? take the user to password recovery screen, let him answer the security question or something like that send that answer to your server, let your server verify it and send the email credentials to user's email account – Sandeep Bhandari May 02 '16 at 08:05
-
Perhaps this may help: http://stackoverflow.com/questions/2197741/how-can-i-send-emails-from-my-android-application – Snu May 02 '16 at 10:01