The icon of the project
Mailpit
Mailpit is an email testing tool that acts as both an SMTP server, and provides a web interface to view all captured emails.

Guides

Make sure to use the extension's documentation to get your questions answered.

Installation

To add this extension to your project, use the relevant command in your Quarkus project directory:

Quarkus CLI

quarkus ext add io.quarkiverse.mailpit:quarkus-mailpit

Maven

./mvnw quarkus:add-extension -Dextensions="io.quarkiverse.mailpit:quarkus-mailpit"

Gradle

./gradlew addExtension --extensions="io.quarkiverse.mailpit:quarkus-mailpit"