Hello, anyone here did an send email via Supabase?...
# off-topic
j
Hello, anyone here did an send email via Supabase? i.e invitation email for an organization. thanks
s
I have done this using the
inviteUserByEmail
function provided by Supabase. You can check the code out in my project https://github.com/silentworks/waiting-list, this is using SvelteKit, but you should be able to get the bits you need from it for whichever framework you are using.
j
alright noted on that
will study about it thank you so much
4 Views