Sending Emails via supabase
Im currently implementing whitelabel option for my saas. Should I just switch from sending emails via supabase and just implement it on my backend or is there an option to send it from some general email like
crm@asduyaisud.com or its bad practice?
3 Replies
There is an admin auth call to generate all the data like tokens you need to send your own emails server side. This would give you most flexibility.
so that would mean me going with the option to send thru my backend directly with my own list of authorized SMTP's correct?
Yes