Hi community,
Actually, I'm testing the password recovery feature and everything goes well at the beginning. It returns me an object :
"$createdAt": "2024-09-27T12:09:11.992+00:00"
"$id": "xxxxxxx"
expire: "2024-09-27T13:09:11.991+00:00"
secret: ""
userId: "xxxxxx"
The email is valid, the URL is the same domain that I added to the platform.
The recovery.create is created and I can see it in the User's Activity tab. No error message, but I wait for the email and nothing happen. I tried with different users, with different email providers and nothing happened.
What do you think is wrong ?
I will add that I checked the SPAM folder. It's empty.
Are you using a custom SMTP?
Hi, yes, Sendgrid. I just saw that they had been sent, but not delivered, nor in the spam folder, nothing. In the same time, everything goes well with the messaging service, when I send simple mails to my users. So, I don't know if it's an Appwrite issue or Sendgrid one.
Did you authenticate your domain and/or add authorized test emails in SendGrid?
Yes, and the messaging features of Appwrite works nicely, but not the templated emails for password recovery. But I guess it's an issue regarding Sendgrid and my domains. Thank you for your time.
Recommended threads
- GB Hours IS NOT resetting
Hi, I was checking my usage and noticed that all of my usage quotas were reset on August 20, 2026, when my billing cycle renewed. Everything else appears to ha...
- Confused about Appwrite Pro pricing
Hi. I've been subscribed to the $25 Appwrite Pro plan, but I've been getting charged $40. I have two projects on my account. I was wondering where exactly the e...
- How can I disable client-side account re...
Hi everyone! I’m currently building a game backend using Appwrite, and I’d like to prevent users from creating new accounts directly through the client. My go...