jijiechen/papercut - Docker Image (original) (raw)

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 jijiechen/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.