Skip to content

juliocesarscheidt/postfix-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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