Image to catch all emails and display them in a webmail interface. For development purposes only.
614
Docker image to catch all emails and display them in a webmail interface. For development purposes only.
Add the following service to your docker-compose.yml:
mail:
image: newlogic42/mailtrap
restart: unless-stopped
ports:
- 8080:80
This will enable services to:
mail and port 25;mail, port 143, username mailtrap, and password mailtrap.Webmail interface is accessible at the following URL: http://localhost:8080
mailtrapmailtrapSet environment variables
MT_USER - mailbox user, default mailtrapMT_PASSWD - mailbox user password, default mailtrapMT_MAILBOX_LIMIT - mailbox limit in bytes, default 51200000MT_MESSAGE_LIMIT - message limit in bytes, default 10240000docker build -t newlogic42/mailtrap .
Content type
Image
Digest
Size
116.4 MB
Last updated
over 4 years ago
docker pull newlogic42/mailtrap