Email project invites in Supabase (Resend)
Hey there, I am making a collaborative project where users can invite others to join.
In supabase docs it says I need to use edge functions using
Just wonder what is the right solution here.
In supabase docs it says I need to use edge functions using
auth.admin.inviteUserByEmail() method. However I wonder if its the same when using Resend as well and whether edge functions are needed if Resend just sends it as any other email with various parameters in the url for the DB insert? Just wonder what is the right solution here.