Skip to content

Commit

Permalink
Update how-to-catch-outgoing-emails-locally.md (#37265)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
moi238 authored and RandellDawson committed Oct 16, 2019
1 parent a2762fe commit f1f0bd3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/how-to-catch-outgoing-emails-locally.md
Expand Up @@ -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.

Expand All @@ -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
Expand Down

0 comments on commit f1f0bd3

Please sign in to comment.