Update how-to-catch-outgoing-emails-locally.md (#37265)

* Update how-to-catch-outgoing-emails-locally.md

* Update docs/how-to-catch-outgoing-emails-locally.md

Co-Authored-By: Randell Dawson <5313213+RandellDawson@users.noreply.github.com>

* Update how-to-catch-outgoing-emails-locally.md

* Update how-to-catch-outgoing-emails-locally.md
This commit is contained in:
Martine Ross
2019-10-16 14:13:22 +01:00
committed by Randell Dawson
parent a2762fe4c3
commit f1f0bd3cd1

View File

@ -34,9 +34,9 @@ When the installation completes, you can start [using MailHog](#using-mailhog).
### Installing MailHog on Windows
Download the latest version of MailHog from [MailHog's official repository](https://github.com/mailhog/MailHog/releases). Locate and click on the link for your Windows version (32 or 64 bit) and .exe file will be downloaded to your computer.
Download the latest version of MailHog from [MailHog's official repository](https://github.com/mailhog/MailHog/releases). Locate and click on the link for your Windows version (32 or 64 bit) and a .exe file will be downloaded to your computer.
When the download completes, click to open the file. A Windows firewall notification may appear requesting access permission for MailHog. A standard Windows command line prompt will open where MailHog will be running once firewall access is granted.
When the download completes, click to open the file. A Windows firewall notification may appear, requesting access permission for MailHog. A standard Windows command line prompt will open where MailHog will be running once firewall access is granted.
Close MailHog by closing the command prompt window. To start MailHog again, click on the MailHog executable (.exe) file that was downloaded initially - it is not necessary to download a new MailHog intallation file.
@ -52,7 +52,7 @@ Run the following commands to install GO on Debian-based systems like Ubuntu and
sudo apt-get install golang
```
Run the following commands to install GO on RPM-based systems like CentOS, Fedora, Red Hat Linux, ect.
Run the following commands to install GO on RPM-based systems like CentOS, Fedora, Red Hat Linux, etc.
```bash
sudo dnf install golang