mailcatcher-ng 1.1.2
MailCatcher NG is a modern, actively maintained evolution of the classic MailCatcher tool. It runs a lightweight SMTP server (default: 127.0.0.1:1025) that captures any email sent to it, and provides a beautiful web interface (default: http://127.0.0.1:1080) to view messages in real-time. Features include: • Instant updates via WebSockets (with polling fallback) • Elegant UI with HTML, plain text, raw source, and attachment views • Download original .eml files • Keyboard navigation and mobile-friendly design • Updated dependencies compatible with Ruby 3.2+ • Email authentication verification (DMARC, DKIM, SPF), encryption support, BIMI preview, and more Run `mailcatcher`, configure your app to send via `smtp://127.0.0.1:1025`, then visit http://127.0.0.1:1080 to inspect captured emails – perfect for development & testing. Note: This is the `mailcatcher-ng` gem – the executable remains `mailcatcher` for maximum compatibility.