From 2fe1bf53468df6d44f74ea8db9be2e40b654e5de Mon Sep 17 00:00:00 2001 From: agentdon <82984396+agentdon@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:28:47 -0400 Subject: [PATCH 1/2] Update README.md Updates the README with: - A pro tip on how to get Mailhog to start automatically when your computer starts. - More explicit direction on navigating to the UI. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 33f43a0b..6daa1db4 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ MailHog is an email testing tool for developers: brew update && brew install mailhog ``` +Pro tip: Use brew services to start Mailhog and have it automatically started when your computer restarts: `brew services start mailhog`. + Then, start MailHog by running `mailhog` in the command line. #### Debian / Ubuntu Go < v1.18 @@ -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 From 1d171cfedf525e5730c6cec32345cb5d7f25f9d4 Mon Sep 17 00:00:00 2001 From: agentdon <82984396+agentdon@users.noreply.github.com> Date: Tue, 15 Aug 2023 17:30:33 -0400 Subject: [PATCH 2/2] Update README.md Move pro tip to bottom of section. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6daa1db4..2e36df5f 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,10 @@ MailHog is an email testing tool for developers: brew update && brew install mailhog ``` -Pro tip: Use brew services to start Mailhog and have it automatically started when your computer restarts: `brew services start 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