Container running running MailHog to test email sending from applications.
-
Start postgis :
docker compose up -d
-
Send an email :
telnet localhost 1025
HELO mailhog.devbox
MAIL FROM: <[email protected]>
RCPT TO: <[email protected]>
DATA
Reply-to: [email protected]
Subject: test email
this is a test email
.
quit