manuelalferez / flowinance

Visualize your finances quickly and easily with Flowinance
https://flowinance.com
GNU General Public License v3.0
24 stars 31 forks source link

Registration error: Set up a custom SMTP server (Supabase) #47

Closed manuelalferez closed 1 week ago

manuelalferez commented 1 week ago

What:

When users try to register, they see the error: Email address "ADDRESS@mail.com" cannot be used as it is not authorized.

image

Steps to Reproduce:

  1. Go to the registration page.
  2. Enter an email
  3. Submit the form.
  4. The error appears.

Cause:

You will need to set up a custom SMTP server to handle the delivery of messages to your users. https://supabase.com/docs/guides/auth/auth-smtp

manuelalferez commented 1 week ago

Docu to configure the SMTP server with Resend: https://resend.com/docs/send-with-supabase-smtp

manuelalferez commented 1 week ago

Configured. Fixed