Documentation

Java

Community Module

These modules are maintained by the community, outside of the Testcontainers project.

Description

MailCatcher runs a super simple SMTP server which catches any message sent to it to display in a web interface.

Examples

Dependency:
Usage:
var mailCatcher = new MailCatcherContainer();
mailCatcher.start();