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
garyaustin
garyaustin6h ago
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.
Mateusz Kielbasa
Mateusz KielbasaOP6h ago
so that would mean me going with the option to send thru my backend directly with my own list of authorized SMTP's correct?
garyaustin
garyaustin6h ago
Yes

Did you find this page helpful?