Inbucket - Mailpit - Local development
Hi, I am trying to test my auth flow locally but I am unable to actually receive emails in mailpit. Docker and mailpit are running
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
22c3e520db8c public.ecr.aws/supabase/mailpit:v1.22.3 "/mailpit" 31 seconds ago Up 31 seconds (healthy) 1025/tcp, 1110/tcp, 0.0.0.0:54324->8025/tcp supabase_inbucket_testpro
the webinterface works as well but no emails are actually being received. I have tried different things suggested here in the chats related to config.toml but nothing worked for me. Could someone provide the some guidance please. Thank you
3 Replies
Are you using the CLI or are you using the docker-compose.yml file?
I am using the CLI.
This would mean no email was sent. So maybe you have email confirmation turned off in your
config.toml
.