Skip to content

Docker image using Mailhog that provides simple SMTP server which catches any message sent to it to display in a web interface.

License

Notifications You must be signed in to change notification settings

daspanel/mailhog-mail-catcher

Repository files navigation

Mailhog Mail Catcher

Docker image using Mailhog that provides simple SMTP server which catches any message sent to it to display in a web interface.

Environment variables

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.

How to use

Get

docker pull daspanel/mailhog-mail-catcher:latest

Run

docker run -e DASPANEL_SYS_UUID=ksdf09832klsdfkjsdlk daspanel/mailhog-mail-catcher:latest sh

Features

  • Alpine Linux with S6 overlay

Additional docs and credits

About

Docker image using Mailhog that provides simple SMTP server which catches any message sent to it to display in a web interface.

Resources

License

Stars

Watchers

Forks

Packages

No packages published