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
- Apple OAuth Scopes
Hi Hi, I've configured sign in with apple and this is the response i'm getting from apple once i've signed in. I cant find anywhere I set scopes. I remember se...
- Sign In With Apple OAuth Help
Hi All! I've got a flutter & appwrite app which Im trying to use sign in with apple for. I already have sign in with google working and the function is the sam...
- Custom Domains
Hi All, Should be a quick config issue. I'm setting up custom domains on the hosted version. I have verified the domain with the CNAME but appwrite isn't gene...