SMTP Sending not working #29703
|
I tried 3 smtp providers (gmx, gmail, resend). When I want to authenticate always get the error Error caught: AuthException(message: {"code":"unexpected_failure","message":"Error sending confirmation email"}, statusCode: 500, errorCode: null) I use flutter in Android Studio. I think it must be a supabase bug. Why is there no button in the dashboard to check SMTP settings, every email program does it. I lost several hours and Im quite frustrated. |
Replies: 3 comments 1 reply
|
You should check the auth logs in the UI, maybe there will be more info on an error back from the providers or other issue. Also you can rule out your app by sending an email with the UI from the auth users view. There is a send magic link option for existing users or you can create and invite a new user. Lots of people using resend. |
|
Thank you for your fast feedback, Im quite frustrated. I did not find any error in the Auth UI (you mean "logs" in the main menue, right?) I tried to send an invitation email to my email address from the dashboard as you proposed, just get the error: " Failed to invite user: failed to make invite request: Error sending invite email Auth | Supabase 0%" But no information why not, what is the problem. I tried resend with manual configuration and now even linked resend and supabase, nothing works.
The hint for getting my domain authenticated was good, waiting for approval for this now.
Thanks again!
Gesendet: Sonntag, 06. Oktober 2024 um 19:27 Uhr
Von: "GaryAustin1" ***@***.***>
An: "supabase/supabase" ***@***.***>
Cc: "jonny07" ***@***.***>, "Author" ***@***.***>
Betreff: Re: [supabase/supabase] SMTP Sending not working (Discussion #29703)
You should check the auth logs in the UI, maybe there will be more info on an error back from the providers or other issue.
Also you can rule out your app by sending an email with the UI from the auth users view. There is a send magic link option for existing users or you can create and invite a new user.
Lots of people using resend.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
|
Thanks a lot for your very quick and good support, adding the DNS for resend did the trick. However I even had to change how resend shows the entries (leave out the "send" for MX) in order to make it work, otherwise resend did not find its own entries. Very strange, but got it working now, thanks again, that was very very big help! |
You should check the auth logs in the UI, maybe there will be more info on an error back from the providers or other issue.
Also you can rule out your app by sending an email with the UI from the auth users view. There is a send magic link option for existing users or you can create and invite a new user.
Lots of people using resend.