Thanks for your quick response, but still can not understand the implementation, sorry for the little expertise, I'm still a beginner.
I recently used another platform, Firebase. In it when registering a user in my application through email and password Firebase itself sent an email with a link and when the user opened his email and clicked on this link the account was validated and the application login was released.
From what you explained to me, I have to build this solution into my code, correct?
But how is the process of sending email at Apphq? Can this be automated?
Are there any tutorials for implementing this validation or an example app that can be used as a reference?