Why no email verification to new member? Or need a some setup to make it works?
Im using free plan
Thank you
Emails aren’t sent automatically - you need to use account.createEmailVerification()
- https://appwrite.io/docs/references/cloud/client-web/account#createVerification
If your issue has been solved, you can mark this post as closed by adding “[SOLVED]” to the beginning of the title
check this tutorial for guidance, it actually helped me
I don't believe the SMTP is relevant here - OP is using Appwrite Cloud
oooh okay, let me understand this, do you mean that whenever we make use of the Appwrite Cloud services we dont need 3rd party SMTP?
Correct. If you're on Pro, you can set up custom SMTP to allow you to customise the emails, but otherwise you can't set your own.
[solved] email verification not send to new user
Recommended threads
- My account is blocked so please check an...
My account is blocked so please unblock my account because all the apps are closed due to which it is causing a lot of problems
- Applying free credits on Github Student ...
So this post is kind of related to my old post where i was charged 15usd by mistake. This happens when you are trying to apply free credits you got from somewh...
- Attributes Confusion
```import 'package:appwrite/models.dart'; class OrdersModel { String id, email, name, phone, status, user_id, address; int discount, total, created_at; L...