Skip to content

Jean-Beru/docker-mailcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mailcatcher

Latest Version Software License Tests

Mailcatcher catches mail and serves it through a dream.

Run with : docker run -d -p 1025:1025 -p 1080:1080 --name mailcatcher jeanberu/mailcatcher

Deliver mails to smtp://127.0.0.1:1025 and check out http://127.0.0.1:1080 to see them.

Change default arguments

To change options, replace Docker image default command. You can see option list here.

Example: docker run -d --expose 80 -p 80:80 -p 1025:1025 --name mailcatcher jeanberu/mailcatcher --ip=0.0.0.0 --http-port=80 --no-quit

Docker image's default options are: --ip=0.0.0.0 and --no-quit.