How to make email confirmation by new user registration?
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.
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
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!