Papercut Simple Desktop SMTP Server
270
Ever need to test emails from an application or web site but don't want them accidentally being sent or having to deal with the hassle of setting up a test email server? Papercut is a quick email viewer with a built-in SMTP server designed to only receive messages. It doesn't enforce any restrictions how you send your email. It allows you to view the whole email-chilada: body, html, headers, attachment down to the naughty raw bits. It can be set to run on startup and sits quietly minimized in the tray giving you a balloon popup when a new message arrives.
For source code, please visit https://github.com/ChangemakerStudios/Papercut/tree/feature/netcore
Run it locally:
docker run --name=papercut -p 25:25 -p 37408:37408 amith211/papercut:latest
And you can access the web portal at http://localhost:37408. After mails are sent to localhost, mail messages will be showed automatically.
Other tags:
Using Tags based on build date:
docker run --name=papercut -p 25:25 -p 37408:37408 amith211/papercut:2024-06-02
A revision number may be included if more than one on same day: [buildDate].[rev]
docker run --name=papercut -p 25:25 -p 37408:37408 amith211/papercut:2024-06-02.01
OR
Using tag based on git hash (first 6)
docker run --name=papercut -p 25:25 -p 37408:37408 amith211/papercut:1b64c0
Description forked from jijiechen/papercut
Content type
Image
Digest
sha256:2edc02e07…
Size
57 MB
Last updated
over 2 years ago
docker pull amith211/papercut