SMTP server that captures outgoing mail and exposes a web UI for inspection
Mailpit runs a local SMTP server that accepts messages from applications under development and stores them in memory or on disk instead of delivering them. Captured messages are viewable through a web interface that renders HTML and plain-text, displays attachments, and supports full-text search. A REST API is also provided for programmatic access to stored messages.
Mailpit runs a local SMTP server that accepts messages from applications under development and stores them in memory or on disk instead of delivering them. Captured messages are viewable through a web interface that renders HTML and plain-text, displays attachments, and supports full-text search. A REST API is also provided for programmatic access to stored messages.
To install mailpit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install mailpit
To see what files were installed by mailpit, run:
port contents mailpit
To later upgrade mailpit, run:
sudo port selfupdate && sudo port upgrade mailpit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.