Configure your Supabase account to send authentication emails with Loops.
More control over design
Better visibility of sent emails
Field | Value |
---|---|
Host | smtp.loops.so |
Port number | 587 |
Username | loops |
Password | An API key copied from your API settings in Loops |
confirmationUrl
data variable that you can map to the {{ .ConfirmationURL }}
value from Supabase.
You can also build URLs by including values like {{ .SiteUrl }}
or add in a confirmation code using {{ .Token }}
.
{{ .Email }}
and {{ .ConfirmationURL }}
Supabase variables were added.
addToAudience
flag to your template as below. This will create a contact in Loops using the {{ .Email }}
value.