From 0a906fa94dd910a66bbb7951c3fbb39c6c21e080 Mon Sep 17 00:00:00 2001 From: Josh Creek <8179928+jcreek@users.noreply.github.com> Date: Tue, 17 Sep 2024 21:14:37 +0100 Subject: [PATCH] docs(#29): Add sending emails doc --- docs/database-setup.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/database-setup.md b/docs/database-setup.md index e77b237..b4f966f 100644 --- a/docs/database-setup.md +++ b/docs/database-setup.md @@ -75,3 +75,18 @@ Reset database in cloud > Prerequisite login using `npx supabase login` `npx supabase db reset --linked` + +## Enabling sending emails with Brevo + +1. Go to the Project Settings in Supabase, then Authentication, then SMTP Settings. +2. Enable custom SMTP and fill in the required fields with your Brevo credentials. + +- You need to have an email address that you can send stuff from +- You need to have a Brevo account +- sender email as noreply@yourdomain.com + +3. https://app.brevo.com/senders/list to add senders +4. Add a sender for noreply@yourdomain.com +5. Verify your email domain via DKIM or DMARC +6. In Brevo go to https://app.brevo.com/settings/keys/smtp to see your SMTP credentials. +7. Fill in the SMTP credentials in Supabase.