Sign inSign up

yappabe/mailcatcher

By yappabe

Updated almost 8 years ago

Image
0

1M+

yappabe/mailcatcher repository overview

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

Tag summary

Content type

Image

Digest

sha256:cc7241dc0

Size

85 MB

Last updated

almost 8 years ago

docker pull yappabe/mailcatcher