2 repositorios
Systems dedicated to the capture and persistence of email traffic for testing purposes.
Distinct from Email: Specifically stores intercepted SMTP traffic rather than general email libraries or note conversion.
Explore 2 awesome GitHub repositories matching data & databases · Mail Message Stores. Refine with filters or upvote what's useful.
Mailpit is an SMTP mail testing server and web-based email inbox designed to intercept and store outgoing emails for development and integration testing without delivering them to real recipients. It functions as an SMTP mocking tool and relay gateway, allowing users to capture mail traffic and view it through a browser interface. The project distinguishes itself by providing tools for SMTP server simulation, including the ability to inject failure codes to test application resilience. It also includes an email compatibility analyzer that validates HTML rendering, checks link integrity, and s
Saves captured email data to local files or clusters to ensure persistence across restarts.
django-extensions is a specialized toolset for the Django framework providing utilities for database visualization, application debugging, development environment management, and custom management command execution. It functions as a collection of tools designed to automate development tasks and inspect the internal state of an application. The project provides a database visualization tool for generating diagrams of data models and comparing schemas to map complex relationships. It also includes a debugging utility to intercept email traffic and audit user permissions to troubleshoot applica
Implements a local email backend that intercepts and stores outgoing mail for delivery testing without sending real messages.