Catch all mail and display it in roundcube interface.
$ docker run -d --name=mailtrap -p 80:80 ipunktbs/docker-mailtrap
$ docker run -it --link mailtrap alpine sh
$ telnet mailtrap 25
ehlo example.com
mail from: me@example.com
rcpt to: you@example.com
data
Subject: Hello from me
Hello You,
This is a test.
Cheers,
Me
.
quit
- Username:
mailtrap
- Password:
mailtrap