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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top