
How to set account status to verified (automatically) after user account creation, I implemented a separate way for verifying email before submission is done.

You can use function on created event, or use SDK via https://appwrite.io/docs/server/account?sdk=nodejs-default#accountUpdateVerification

with the way verification works with appwrite, you'll have to still Create Email Verification and then Create Email Verification (confirmation). If you want to do this automatically (i don't recommend it) after signup, just create a function that does what I described. Add an event trigger of users.*.create
which will make sure that the function runs as soon as a user account is created.

If you need help with the code, feel free to let me know. I can try to help 馃檪

@dammy were you able to solve this?

I used a dart package
I appreciate you @safwan
But do you know of a mail provider asides yahoo and gmail that allows more than 100 mails daily?

Brevo (formerly known as send in blue) does 300 a day: https://www.brevo.com/pricing/

Okay

I appreciate you @Steven
Recommended threads
- 503 Timeout when Updating or Upserting D...
Hey I鈥檓 running into an issue when trying to update or upsert a row in Appwrite. The request hangs for a while and then throws this error: ``` AppwriteException...
- Hola equipo de soporte,
Hola equipo de soporte, Estoy desarrollando una Function en Appwrite Cloud con Node.js 22 y el siguiente package.json: {聽聽"name":聽"upload-whitelist",聽聽"type"...
- Sites 30MB limit from GitHub
I鈥檓 deploying a site from github as Other type on the Hobby plan. It is actually a Flutter web app but it鈥檚 in a subdirectory with the root being an html landin...
