
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
- Function 404 error - Deployment with the...
I have a function in my Appwrite Cloud (free plan) project that cannot be accessed or deleted (404 in both UI and CLI). I'm stuck at the 5 functions limit and c...
- 1.6 to 1.7 does not work
Appwrite (self-hosted) stopped working after updating from 1.6.2 that was stable. Getting the general_server_error. Mentioning I fallowed all steps for upgrad...
- How to have two Appwrite Instances in Sy...
Hello, I am new to Appwrite. I am currently developing a training app for our sport with a friend and we would like to use Appwrite for this. We would like to d...
