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
- Magic Link woes/noob
Magic Link is working; it sends the link to my email. But the link itself always leads to "Page Not Found. The page you're looking for doesn't exist". Clicking ...
- is `account.get()` safe to be used in th...
I want to user's `id` for authentication. However, a while ago I was told in this server not to use `account.get()` and instead add user preferences for that us...
- Appwrite console is too heavy
The Appwrite console is too heavy And all of my services broken Any support , please