This container acts as a mail catcher, allowing email to be sent locally and reviewed without using a SMTP relay nor sending to real addresses.
By default, all email is routed to MailHog (as specified in docker-compose.override.yml
); this acts as a catch-all to avoid email being sent to real addresses.
The following are the credentials to use when configuring your SMTP client:
Property
Value
Host
mail
Username
<blank>
Password
<blank>
Port
1025
GUI
http://localhost:8025
Last updated
Was this helpful?