mailhog

Web and API based SMTP testing tool for development

brewmacoslinux
Try with needOr install directly
Source

About

Web and API based SMTP testing tool

Commands

mailhog

Examples

Start MailHog server with default settings (SMTP on :1025, Web UI on :8025)$ mailhog
Start MailHog with custom SMTP and API ports$ mailhog -smtp-bind-addr 127.0.0.1:1025 -api-bind-addr 127.0.0.1:8025
Access the web UI to view captured emails$ open http://localhost:8025