Hello Shephertz,
I have been trying to wrap my head around email verification, since my knowledge in HTML and server scripting limited, I am looking for a little help. By searching the forum, I found the following statement :http://www.forum.shephertz.com/?qa=3201/how-can-i-confirm-a-new-users-email-address)
"You can share the verify link using our Email Service. In which, you can specify an event that when user open that link, you trigger an event where a json should be inserted in the App42 data base with emailVerified is true along with user info.
So that, you can easily validate at the time of login that if emailVerified is true in App42 data base, allow user to login into app else redirect into verified process."
However I am having a lot of trouble understanding this. So apparently I have to send an Email with the Email service, containing the vericfication link. First question is, What is this link pointing to? Is it pointing to the html file ? and if yes where should I upload this html file?