Email

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.

This container is built from DockerHub using mailhog/mailhog

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.

Remember to use valid email settings when deploying to non-development environments.

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?