Skip to content

Docker Container for mailcatcher which allows both SMTP and IMAP protocols

Notifications You must be signed in to change notification settings

estelora/docker-mailcatcher-imap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mailcatcher-imap

This docker container can be used to send emails via SMTP and routes all incoming SMTP traffic to a single mailbox.

You can access this mail via IMAP protocol.

Sometimes for testing purposes, ssl is necessary! I needed this to make email testing fast with imaps and a the java imap mail api (which ran on Selenium Webdriver).

You can also access the mailbox via the webmail service which is exposed on port 1080, if you follow the example run below.

Example Run

docker run -d \
-e MAILCATCHER_USERNAME=mailcatcher \
-e MAILCATCHER_PASSWORD=mailcatcher \
-p 1080:80 -p 1025:25 -p 143:143 -p 993:993 \
estelora/mailcatcher-imap

Forked from hauptmedia/docker-mailcatcher

About

Docker Container for mailcatcher which allows both SMTP and IMAP protocols

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published