macOS
brew install mailpitlocal Homebrew formula metadata
sudo port install mailpitMacPorts ports tree · mail/mailpit/Portfile · source: api.github.com
brew
Web and API based SMTP testing. Version 1.30.3 via Homebrew; verified 2026-06-27.
install
brew install mailpitlocal Homebrew formula metadata
sudo port install mailpitMacPorts ports tree · mail/mailpit/Portfile · source: api.github.com
nix profile install nixpkgs#mailpitnixpkgs package indexes · pkgs/by-name/ma/mailpit/package.nix · source: api.github.com
scoop install main/mailpitScoop official bucket manifest trees · bucket/mailpit.json · source: api.github.com
winget install --id axllent.mailpit -eWindows Package Manager source index · axllent.mailpit · source: cdn.winget.microsoft.com
overview
Web and API based SMTP testing
history
Mailpit is a Go-based email and SMTP testing tool for developers, combining an SMTP server, modern web UI, REST API, and optional POP3/relay/forwarding features in a single static binary or Docker image.
The public GitHub repository was created in July 2022, and the first listed GitHub release, `0.0.1-beta`, was published the same day. The README states that Mailpit was originally inspired by MailHog, which the project identifies as no longer maintained.
Mailpit's development direction is explicit in its official docs: it keeps the one-command local SMTP sink pattern but expands it with a modern UI, API-first integration testing, HTML/link/spam checks, message tagging, webhook support, SMTP relaying and forwarding, optional authentication, and persistent SQLite-backed storage.
Mailpit grew quickly for a young developer tool. Repository metadata shows thousands of GitHub stars by 2026, regular releases through the v1.30 series, and active updates. The README advertises static binaries, Docker images, Homebrew, AUR, and FreeBSD package installation.
The input package-manager facts show broad packaging across Homebrew, MacPorts, Nix, Scoop, and Winget. That cross-platform spread matters because email testing tools are often used by mixed teams and in CI systems where a single static binary is easier than a language-specific runtime.
The default developer flow is to run `mailpit`, point an application at SMTP port 1025, and open the web UI on port 8025. Tests can use the REST API, while users can add authentication, TLS, POP3, SMTP relay, forwarding, webhooks, and persistent storage through flags or environment variables.
The docs also describe Homebrew service usage, Docker deployment, sendmail substitution, and runtime options. For package users, Mailpit is attractive because it is a single binary with many integration-test affordances that previously required gluing several tools together.
Mailpit is significant in package-manager culture as a modern successor-style tool for the local fake-SMTP niche: small enough to install globally, but featureful enough for automated test suites and shared development environments.
It also shows how packaging expectations changed since older tools such as MailCatcher and MailHog: users expect static binaries, Docker images, Homebrew services, Windows package-manager entries, health/API endpoints, and release cadence suitable for CI pinning.
security posture
formula declares a Homebrew service.
orange risk · medium confidence · infrastructure
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
mailpit | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/axllent/mailpit
install metadata
| Package key | brew:mailpit |
|---|---|
| Version | 1.30.3 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/mailpit |
| Homepage | https://mailpit.axllent.org/ |
| Repository | https://github.com/axllent/mailpit |
| Upstream docs | https://mailpit.axllent.org/docs |
| License | MIT |
| Source archive | https://github.com/axllent/mailpit/archive/refs/tags/v1.30.3.tar.gz |
| Last updated | 2026-06-27T12:13:34Z |
| Pulse | updated |
| Build dependencies | go, node |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | mailpit |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
mailpit
nix profile install nixpkgs#mailpitmailpit
sudo port install mailpitmain/mailpit
scoop install main/mailpitaxllent.mailpit
winget install --id axllent.mailpit -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.