2 个仓库
Local SMTP server implementations designed specifically for intercepting and inspecting outgoing mail during software development.
Distinct from SMTP Server Implementations: Distinct from SMTP Server Implementations: focuses on local interception and testing rather than production-grade mail hosting.
Explore 2 awesome GitHub repositories matching networking & communication · Development Servers. Refine with filters or upvote what's useful.
MailHog is an email testing tool that functions as a local SMTP server to capture outgoing messages during the development process. By intercepting SMTP traffic, it allows developers to verify email content, headers, and attachments without transmitting messages to actual external recipients. Captured data is stored in an in-memory buffer, ensuring that sensitive information remains accessible for inspection through a dedicated web-based dashboard. The platform distinguishes itself by incorporating network simulation capabilities, which allow for the injection of artificial delays or connecti
A local email testing tool that captures outgoing SMTP messages to allow developers to inspect content and attachments without sending real emails.
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
Acts as a local SMTP server for intercepting and inspecting outgoing mail during software development.