I have registration screen in my app. User must enter: Name, email, password. All this data goes to DB. But how to make email confirmation?
Thanks in advance.
I have registration screen in my app. User must enter: Name, email, password. All this data goes to DB. But how to make email confirmation?
Thanks in advance.
Hello,
We don't have ready solution.
You can search online for more information.
Hope this will be helpful:
As soon as you implement user registration option http://devcenter.appery.io/tutorials/... you can send email, this will require additional coding.
Should be close to the password recovery idea http://devcenter.appery.io/documentat...
Also this post should be useful https://getsatisfaction.com/apperyio/...
Ok, thank you!