Any way to send custom emails through supabase without using an external smtp service?
c
chipilov
12/30/2021, 8:14 AM
I don't think you can create custom emails with Supabase - you need a custom provider.
chipilov
12/30/2021, 8:16 AM
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
Scott P
12/30/2021, 6:45 PM
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.