MailHog
Container running running MailHog to test email sending from applications.
Usage with docker
-
Start postgis :
docker compose up -d
-
Send an email :
telnet localhost 1025
HELO mailhog.devbox
MAIL FROM: <test@mailhog.devbox>
RCPT TO: <test@example.com>
DATA
Reply-to: noreply@mailhog.devbox
Subject: test email
this is a test email
.
quit
- Open http://mailhog.dev.localhost or http://mailhog.dev.localhost/api/v2/messages