deadletter
Local-first message observability: SMTP sink with web UI, Kafka, Redis, and HTTP API.
1.8K
deadLetter is a local message debugging tool.
It captures SMTP email safely, stores the raw message plus parsed metadata, and gives you a web UI and HTTP API to inspect everything locally. It can also connect to Kafka and Redis so you can browse topics, messages, channels, keys, and live activity from one place.
docker pull peixotomdb/deadletter:latest
docker run -d \
--name deadletter \
-p 1025:1025 \
-p 8025:8025 \
-v "$PWD/data:/data" \
peixotomdb/deadletter:latest
Open:
http://localhost:8025localhost:1025docker run -d \
--name deadletter \
-p 1025:1025 \
-p 8025:8025 \
-v "$PWD/data:/data" \
-e KAFKA_BROKERS=host.docker.internal:9092 \
-e SCHEMA_REGISTRY_URL=http://host.docker.internal:8081 \
-e REDIS_ADDR=host.docker.internal:6379 \
peixotomdb/deadletter:latest
10258025/datadeadLetter is built for local development, QA, demos, and internal debugging workflows.
Content type
Image
Digest
sha256:453a686f8…
Size
14.6 MB
Last updated
3 months ago
docker pull peixotomdb/deadletter