Mailpit logo
Dev · self-hosted

Mailpit in one click.

Mailpit is an email testing tool with smtp and web inbox you can run on your own machine. Launch it in Even Stacks in one click, serve it over trusted HTTPS, and let your AI agents operate it.

What is Mailpit?

Mailpit is a development email testing tool that captures SMTP messages and displays them in a web inbox without forwarding them. It includes a REST API for querying captured messages in automated tests.

CategoryDev
Default port8025
Container imageaxllent/mailpit:latest
Official sitemailpit.axllent.org

Run Mailpit in Even

Even Stacks launches Mailpit as a managed container on your own machine. No compose files, no manual setup.

  1. Open the Even Stacks panel in Even. The container engine starts on demand.
  2. Find Mailpit in the one-click services and click Launch.
  3. Even pulls the image, starts it on port 8025, and serves it over trusted HTTPS at https://mailpit.localhost.

Drive Mailpit with your AI agents

Even ships an MCP, so any agent you run inside Even (Claude Code, Codex, and more) can operate Mailpit directly, at both the UI level and the container level.

Through the Even MCP an agent can run commands inside the container, build against the service, and read its logs to debug. It runs commands inside the container, reads its logs, and for web apps opens and clicks through the interface in Even's own browser pane. Ask once, for example "set up Mailpit and get it ready", and the agent handles it end to end.

How agents reach it: Configure your app SMTP to localhost:1025; Mailpit captures all outgoing mail. View, search, and inspect emails at http://localhost:8025. Message data is persisted in SQLite at /data.

More Dev services

Other one-click services you can launch in Even Stacks.