© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•4y ago
Heath

Local development invite emails not sending

I'm using the default
config.toml
config.toml
setup for my local supabase development. With supabase cli, should the invitation emails be coming through to InBucket? We've implemented magic link signin functionality, and the magic link emails do correctly get routed to InBucket, but the invite emails do not.

Is this a config thing, by design, or a bug?

here is the relevant config that we have
[inbucket]
# Port to use for the email testing server web interface.
pop3_port = 54326
port = 54324
smtp_port = 54325

# ...

[auth.email]
# Allow/disallow new user signups via email to your project.
enable_signup = true
# If enabled, a user will be required to confirm any email change on both the old, and new email
# addresses. If disabled, only the new email is required to confirm.
double_confirm_changes = false
# If enabled, users need to confirm their email address before signing in.
enable_confirmations = false
[inbucket]
# Port to use for the email testing server web interface.
pop3_port = 54326
port = 54324
smtp_port = 54325

# ...

[auth.email]
# Allow/disallow new user signups via email to your project.
enable_signup = true
# If enabled, a user will be required to confirm any email change on both the old, and new email
# addresses. If disabled, only the new email is required to confirm.
double_confirm_changes = false
# If enabled, users need to confirm their email address before signing in.
enable_confirmations = false
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

Sending emails
SupabaseSSupabase / help-and-questions
4y ago
User Invite Emails
SupabaseSSupabase / help-and-questions
13mo ago
Local Development/Studio: No more "Invite user"
SupabaseSSupabase / help-and-questions
14mo ago
Sending Emails via supabase
SupabaseSSupabase / help-and-questions
5mo ago