Back

Account Creation

  • 0
  • Users
  • Flutter
dammy
4 May, 2023, 11:53

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

TL;DR
The user is asking for a mail provider that allows more than 100 mails per day, other than Yahoo and Gmail. They also mentioned using a dart package. There is a suggestion to create a function that handles email verification after a user signs up. The solution is to use the function on the created event or use an SDK to update the account verification status automatically after user account creation.
Bouahaza
4 May, 2023, 14:51
safwan
5 May, 2023, 20:07

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.

safwan
5 May, 2023, 20:08

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

safwan
12 May, 2023, 07:20

@dammy were you able to solve this?

dammy
14 May, 2023, 20:50

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?

Drake
14 May, 2023, 21:08

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

dammy
14 May, 2023, 21:14

Okay

dammy
14 May, 2023, 21:16

I appreciate you @Steven

Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more