diff --git a/README.md b/README.md index 33f43a0b..2e36df5f 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,8 @@ brew update && brew install mailhog Then, start MailHog by running `mailhog` in the command line. +Pro tip: Use brew services to start Mailhog and have it automatically started when your computer restarts: `brew services start mailhog`. + #### Debian / Ubuntu Go < v1.18 ```bash sudo apt-get -y install golang-go @@ -113,6 +115,8 @@ sendmail_path = /usr/sbin/sendmail -S mail:1025 #### Web UI +To open the UI, navigate to localhost:8025. Here's what the UI looks like: + ![Screenshot of MailHog web interface](/docs/MailHog.png "MailHog web interface") ### Contributing