how to apply email verification on appwrite (i am running appwrite on digital ocean droplet also i have set up all smtp settings and is able to recieve an email with a link my question is how am i suppose to go back to my flutter app or what am i suppose to do with the link in the mail so as when it is clicked it verifies the user
Summary
The user is asking how to redirect the email verification link back to their Flutter app. One suggestion is to create a web app and link to it, which would call the update verification API. Another suggestion is to use deep linking, which involves getting the parameters from the URL and making the API call. The user asks if there's any other way to do email verification without using deep linking. Someone provides a link to the Flutter documentation on deep linking. The user then asks how to apply email verification on Appwrite, a server software they are using. There is no solution provided for this specific question.