Documentation

.NET

Description

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.

Examples

Dependency:
dotnet add package Testcontainers.Papercut
Usage:
var papercutContainer = new PapercutBuilder()
  .WithImage("changemakerstudiosus/papercut-smtp:latest")
  .Build();
await papercutContainer.StartAsync();