← all projects

devbox-mailpit

Mailpit plugin for devbox
repo devbox devbox-plugin mailpit

Mailpit is a small, fast, low memory, zero-dependency, multi-platform email testing tool & API for developers.

It acts as an SMTP server, provides a modern web interface to view & test captured emails, and contains an API for automated integration testing (read more).

To install a github hosted plugin, add the following to the include section of your devbox.json Default - master branch:

    "packages": [
        "mailpit@latest"
    ],
    "include": [
        "github:svandragt/devbox-mailpit"
    ]

Followed by devbox services up. Mailpit will be enabled on http://localhost:8025/

More information