You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SMTP_HOST=localhost in .env was overriding the docker-compose.yml
default of "maildev" (the Docker service name). Inside a container,
localhost refers to the container itself — not the MailDev container.
Comment out SMTP_HOST and add a clear note explaining when to use
localhost (local dev without Docker) vs leaving it unset (Docker).
0 commit comments