Info
Version: | 2010.3.3.20130622 |
Author(s): | krobertson |
Last Update: | Saturday, June 22, 2013 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://papercut.codeplex.com/ |
NuGet Url: | https://www.nuget.org/packages/papercut |
Install
Install-Package papercut
dotnet add package papercut
paket add papercut
papercut Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
Ever need to test emails from an application, but don't necessarily want it sending them out? Don't want to hassle with pointing it to a physical SMTP server? All you want to is verify it can send email, and take a look at the message.
Papercut is your answer. Papercut is a simplified SMTP server designed to only receive messages (not to send them on) with a GUI on top of it allowing you to see the messages it receives. It doesn't enforce any restrictions on addresses, it just takes the message and allows you see it. It is only active while it is running, and if you want it in the background, just minimize it to the system tray.
When it receives a new message, a balloon message will show up to let you know.