I am making an login form. On that form I have a forgotten password button. What I want to do know is that an e-mail is send to the user using it’s email adress.
Anybody has an idea how to do this in an iphone app?
Kind regards.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Usually, your server (the one you are logging on to) will send that mail, not the iPhone app. When you press that button, you notify the server to send your user an email.