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
- Create a new paid tier
Current pricing seems reasonable enough about what is someone getting for 25$. But for some people most of these resouces are getting wasted. Like the bandwidt...
- [Bug] Appwrite Auth User Prefs
User prefs are decoded as blank although there are plenty of data and add preference button not working in this case
- Collections list not showing up when try...
I'm trying to create new relationship attribute but both one way and two way relationship is not showing up collections list to connect with my relationship att...