1 dépôt
Using simulated email servers to programmatically verify application-triggered emails during tests.
Distinct from Email Integration: Focuses on test-time verification of triggered emails rather than AI agent email management.
Explore 1 awesome GitHub repository matching part of an awesome list · Mock Integration Testing. Refine with filters or upvote what's useful.
smtp4dev is a suite of tools featuring a mock SMTP server that intercepts outgoing email traffic and stores messages for inspection instead of delivering them to recipients. It includes a web-based viewer for inspecting email metadata, raw source code, and MIME structures, alongside a responsive email previewer that simulates how HTML emails appear across different viewport sizes and device layouts. The project provides a traffic analyzer to log protocol interactions and session data for debugging delivery failures. It also operates as a TLS SMTP server, supporting encrypted connections via T
Allows programmatic validation that applications trigger the correct emails during integration tests.