nelkotOriginal post
Web Developer
Hi, I've been working on a react native project using appwrite and saw that you can sign in without verifying your email. I then fell upon Email Verification, which sends an email, but now i don't know what to do. Do I need to get a domain and create a website that sends it to the app? Seems too complicated. So If you can help, I appreciate it. I need to know what to put as the url in "account.createVerification('appwrite.my.domain/email-verification');" and how do i make the account verified. Thanks in advance !
Summary
Developers are looking to set up Email Verification in a React Native project using Appwrite but are unsure about the process. They are specifically confused about what to put as the URL in the "account.createVerification('appwrite.my.domain/email-verification');" and how to make the account verified. The solution is to use a URL that directs the user to a web page confirming their email verification, eliminating the need for a separate website.