Deployed OpenSaaS app not sending emails
Hey there, I have deployed an OpenSaaS app via fly.io, and everything seems to be OK except for email signup.
When I try the email sign-up, I see this in the server logs, but never get an email:
2025-02-27T13:52:38Z app[1781252b571058] mia [info]POST /auth/email/signup 200 68.872 ms - 16
I am using SendGrid, and have configured a sender there and generated an API key (which was added to server env)
Would any of you know what am I missing here?
When I try the email sign-up, I see this in the server logs, but never get an email:
2025-02-27T13:52:38Z app[1781252b571058] mia [info]POST /auth/email/signup 200 68.872 ms - 16
I am using SendGrid, and have configured a sender there and generated an API key (which was added to server env)
Would any of you know what am I missing here?