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
- Cannot migrate from Supabase
Hi, I was trying to migrate from Supabase to the Appwrite database. My database had around 190K columns. I tried it twice. Both times, after 2 days, the proce...
- Production down - createExecution return...
Hey, Since 1.9.6 rollout in fra (~17:00 UTC, 14 Aug), POST /v1/functions/{functionId}/executions returns a 400 whenever the body includes an empty headers ob...
- Domain is owned by a different organizat...
Hi Appwrite team, I'm trying to add my custom domain **futlive9.com** to my project, but I'm getting the error: "Domain is owned by a different organization." ...