The Simple Desktop Email Helper
If you ever send emails from an application or website during development, you're familiar with the fear of an email being released into the wild. Are you positive none of the 'test' emails are addressed to colleagues or worse, customers? Of course, you can set up and maintain a test email server for development -- but that's a chore. Plus, the delay when waiting to view new test emails can radically slow your development cycle.
Papercut SMTP is a 2-in-1 quick email viewer AND built-in SMTP server (designed to receive messages only). Papercut SMTP doesn't enforce any restrictions on how you prepare your email, but it allows you to view the whole email-chilada: body, HTML, headers, and attachment right down to the naughty raw encoded bits. Papercut can be configured to run on startup and sit quietly (minimized in the tray) only providing a notification when a new message has arrived.
Papercut SMTP UI Requires the "WebView2" Microsoft shared system component to be installed on your system. If you have any problems getting it running go to this site: WebView2 Download and install it.
Papercut SMTP has an optional HTTP server to receive emails even when the client is not running. It can be run in an almost portable way by downloading Papercut.Smtp.Service.*.zip, unzipping, and following the service installation instructions.
Optionally you can run Papercut SMTP Service in docker: Papercut SMTP Service in Docker
> docker pull changemakerstudiosus/papercut-smtp:latest
docker run -d -p 8080:80 -p 25:25 changemakerstudiosus/papercut-smtp:latest
The Papercut-SMTP Server Site will be accessible at http://localhost:8080.
Papercut SMTP is Licensed under the Apache License, Version 2.0.