Hi
Hi,
I'm trying to make the request email password sent. I configured main.wasp exactly like show in the documentation. When I go the request-reset-password and enter an email I do see a: [Server] POST /auth/email/request-password-reset 200 1228.970 ms - 16
But I don't receive any emails and I don't see the flag being set in the database.
I updated .env.server to have SEND_EMAILS_IN_DEVELOPMENT=true
1 Reply
Hey. Did you set up the SendGrid email account correctly and get the right api keys?
And did you already sign up / sign in with that email address in your app?
If so, maybe you can share some more snippets of the code @marianebekker