Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 432 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 432 Bytes

Postfix and Mailhog Project

License

This is a simple project to try out Postfix to send a sample email using Mailhog.


Instructions

Running

docker-compose up -d mailhog
docker-compose logs -f postfix

docker-compose up -d --build postfix
docker-compose logs -f postfix

docker-compose up -d --build app
docker-compose logs -f app