Emails not being sent
I'm setting up email/password authentication in my react/native expo app. I've configured my postmark smtp server in supabase. When I log in, it creates the user and shows in the logs that /signup was successful but the email details are null and no email is sending. "mail_from": null,
"message": null, - any suggestions on resolving this?
"message": null, - any suggestions on resolving this?