
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
- Flutter OAuth2 Google does not return to...
When the flow starts, the browser opens, I select an account, and it keeps showing: """ Page not found The page you're looking for doesn't exist. `general_rout...
- Redirect URL sends HTTP instead of HTTPS...
I am not sure since when this issue is present, but my Google and Apple redirect URI are no longer pointing to the HTTPS redirect URI when I try to use OAuth. ...
- Failing to run document operations on sd...
Could someone point me in the right direction I'm going in cirlces. I have a problem with sdks and my self-hosted server in production (for ~3 years) I have bee...
