MailHog is an email testing tool for developers. You can configure your application to use MailHog for SMTP delivery, then view messages in the web UI, or retrieve them with the JSON API, and optionally release the messages to real SMTP servers for delivery.
MailHog is an email testing tool for developers. You can configure your application to use MailHog for SMTP delivery, then view messages in the web UI, or retrieve them with the JSON API, and optionally release the messages to real SMTP servers for delivery.
To install MailHog, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install MailHog
To see what files were installed by MailHog, run:
port contents MailHog
To later upgrade MailHog, run:
sudo port selfupdate && sudo port upgrade MailHog
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.