© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•2w ago•
6 replies
patryk

Custom send email hook

self-hostedauthSolved
I want to send custom multilingual emails to the users. This is my config.toml setup:
[auth.hook.send_email]
enabled = true
uri = "http://backend-webhooks:3000/webhook/supabase_email_sender"
secrets = "xxx"
[auth.hook.send_email]
enabled = true
uri = "http://backend-webhooks:3000/webhook/supabase_email_sender"
secrets = "xxx"

And I get this:
```Failed to load configuration: only localhost, 127.0.0.1, and ::1 are supported with http

Why I cannot use another docker container name as a host here? I cannot use localhost, because I don't want to expose ports
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Send Email hook HCaptcha Bug
SupabaseSSupabase / help-and-questions
13mo ago
Cannot send email
SupabaseSSupabase / help-and-questions
4w ago
Supabase cant send email when Custom SMTP is Enabled
SupabaseSSupabase / help-and-questions
4mo ago
Not working: Send Email with correct Custom SMTP settings
SupabaseSSupabase / help-and-questions
4mo ago