An SMTP server that captures all received mails and exposes them via a web interface and REST API. Current version 1.1.1 (requires Python >=3.12). Released with irregular cadence.
pip install maildumpVerified import paths — ran on the pinned version, not inferred.
Start the SMTP server on port 1025 and the web interface on port 1080.
Use the CLI or the REST API to interact with maildump.
Run `maildump --help` to see all options for customizing ports and IP bindings.
Upgrade to Python 3.12+.
Do not import maildump; run it as a command-line tool.
Upgrade to maildump v1.1 or later: `pip install --upgrade maildump`.
Ensure your SMTP client sends valid RFC 5322 emails with a Message-ID header.
No dependency data recorded yet.