Skip to content
This repository has been archived by the owner on Jul 7, 2023. It is now read-only.
/ docker-mailcatcher Public archive

[UNMAINTAINED] Yappa Mailcatcher Docker Image

License

Notifications You must be signed in to change notification settings

yappabe/docker-mailcatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: THIS REPO IS UNMAINTAINED, USE THE MAILHOG IMAGE

Docker pulls

Yappa Mailcatcher Docker Image

This adds mailcatcher and makes it available on on port 1080.

Usage

Add the following to your docker-compose.yml file:

mailcatcher:
    image: yappabe/mailcatcher
    ports:
        - 1025:1025
        - 1080:1080

Next, add this container to your php container's links.

You can now use mailcatcher as an smtp server, simply use 'mailcatcher', or whatever you named this container as host on port 1025.

References