Docker image using Mailhog that provides simple SMTP server which catches any message sent to it to display in a web interface.
- Free software: MIT license
- Documentation: https://github.com/daspanel/mailhog-mail-catcher/blob/master/docs/index.md or https://daspanel.github.io/mailhog-mail-catcher
Variable | Optional | Example Value | Purpose |
---|---|---|---|
DASPANEL_SYS_UUID | yes | ksdf09832klsdfkjsdlk | UUID used in Daspanel system to identify a unique instance of data. If you don't provide one Daspanel generate it using Getuuid API |
You can find the value of variables automatically generated by examining the container log after it starts. Or looking at the output of the console where you run your docker.
Get
docker pull daspanel/mailhog-mail-catcher:latest
Run
docker run -e DASPANEL_SYS_UUID=ksdf09832klsdfkjsdlk daspanel/mailhog-mail-catcher:latest sh
- Alpine Linux with S6 overlay