Create a key to copy examples filled with your team.
Send emails with Supabase
Point Supabase Auth SMTP at PostShiba.
Use the custom SMTP fields in Supabase Auth. Host is the cluster SMTP endpoint. Port 587. Username and password are the PostShiba SMTP credential. Sender email must be a verified domain. Supabase must speak AUTH PLAIN. AUTH LOGIN fails.
supabase.toml
1
[auth.email.smtp]
2
host = "smtp.postshiba.com"
3
port = 587
4
user = "smtp_9"
5
pass = "YOUR_PASSWORD"
6
admin_email = "hello@mail.example.com"