Any way to send custom emails through supabase wit...
# help
w
Any way to send custom emails through supabase without using an external smtp service?
c
I don't think you can create custom emails with Supabase - you need a custom provider.
SendGrid, SendInBlue and MailJet all offer free tiers (between 100 and 300 mails per month depending on the service) - I have not used them in a prod environment so I cannot vouch for any of them
s
Supabase is a DBaaS, not a mail provider. The email templates exist as they're essential for the functionality of many projects. SendGrid would be a suitable option.