diff --git a/docs/i18n/chinese/how-to-catch-outgoing-emails-locally.md b/docs/i18n/chinese/how-to-catch-outgoing-emails-locally.md
index e3ef11f935..94d1ace89a 100644
--- a/docs/i18n/chinese/how-to-catch-outgoing-emails-locally.md
+++ b/docs/i18n/chinese/how-to-catch-outgoing-emails-locally.md
@@ -1,23 +1,19 @@
> **Note:** This is an **optional** step and is required only when working with email workflows
+- [Introduction](#introduction)
+- [Installing MailHog](#installing-mailhog)
+- [Using MailHog](#using-mailhog)
+- [Useful Links](#useful-links)
+
## Introduction
Some email workflows, like updating a user's email, requires the back-end api-server to send outgoing emails. An alternative to using an email service provider to send actual email messages, Mailhog is a developer tool for email testing that will catch the email messages sent by your freeCodeCamp instance.
## Installing MailHog
-MailHog can be installed on macOS, Windows and Linux.
+MailHog can be installed on macOS, Windows and Linux or used via Docker
-- [Introduction](#introduction)
-- [Installing MailHog](#installing-mailhog)
- - [Installing MailHog with Docker](#installing-mailhog-with-docker)
- - [Installing MailHog on macOS](#installing-mailhog-on-macos)
- - [Installing MailHog on Windows](#installing-mailhog-on-windows)
- - [Installing MailHog on Linux](#installing-mailhog-on-linux)
-- [Using MailHog](#using-mailhog)
-- [Useful Links](#useful-links)
-
-### Installing MailHog with Docker
+Installing MailHog with Docker
If you have Docker installed then you can use
@@ -33,9 +29,9 @@ docker stop mailhog
to stop it.
-When the installation completes, you can start [using MailHog](#using-mailhog).
+When the installation completes, you can start [using MailHog](#using-mailhog).
-### Installing MailHog on macOS
+Installing MailHog on macOS
Install MailHog on macOS with [Homebrew](https://brew.sh/):
@@ -46,9 +42,9 @@ brew services start mailhog
The above commands will start a mailhog service in the background.
-When the installation completes, you can start [using MailHog](#using-mailhog).
+When the installation completes, you can start [using MailHog](#using-mailhog).
-### Installing MailHog on Windows
+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 a .exe file will be downloaded to your computer.
@@ -56,9 +52,9 @@ When the download completes, click to open the file. A Windows firewall notifica
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 installation file.
-Start [using MailHog](#using-mailhog).
+Start [using MailHog](#using-mailhog).
-### Installing MailHog on Linux
+Installing MailHog on Linux
First, install [Go](https://golang.org).
@@ -96,7 +92,7 @@ sudo cp /home/$(whoami)/go/bin/MailHog /usr/local/bin/mailhog
mailhog
```
-Start [using MailHog](#using-mailhog).
+Start [using MailHog](#using-mailhog).
## Using MailHog
diff --git a/docs/i18n/espanol/how-to-catch-outgoing-emails-locally.md b/docs/i18n/espanol/how-to-catch-outgoing-emails-locally.md
index f0d56716c6..f20b0a47d3 100644
--- a/docs/i18n/espanol/how-to-catch-outgoing-emails-locally.md
+++ b/docs/i18n/espanol/how-to-catch-outgoing-emails-locally.md
@@ -1,23 +1,19 @@
> **Nota:** Este es un **paso opcional** y es necesario solo cuando se trabaja con flujos de trabajo de correo electrónico
+- [Introducción](#introduction)
+- [Instalando MailHog](#installing-mailhog)
+- [Usando MailHog](#using-mailhog)
+- [Enlaces útiles](#useful-links)
+
## Introducción
Algunos flujos de trabajo de correo electrónico, como actualizar el correo electrónico de un usuario, requiere del servidor API en back-end para enviar correos salientes. Una alternativa al uso de un proveedor de correo electrónico para enviar mensajes de correo reales, es Mailhog, una herramienta de desarrollo para pruebas por correo electrónico que captará los mensajes de correo electrónico enviados por tu instancia de freeCodeCamp.
## Instalando MailHog
-MailHog puede instalarse en macOS, Windows y Linux.
+MailHog can be installed on macOS, Windows and Linux or used via Docker
-- [Introducción](#introduction)
-- [Instalando MailHog](#installing-mailhog)
- - [Installing MailHog with Docker](#installing-mailhog-with-docker)
- - [Installing MailHog on macOS](#installing-mailhog-on-macos)
- - [Installing MailHog on Windows](#installing-mailhog-on-windows)
- - [Installing MailHog on Linux](#installing-mailhog-on-linux)
-- [Usando MailHog](#using-mailhog)
-- [Enlaces útiles](#useful-links)
-
-### Installing MailHog with Docker
+Installing MailHog with Docker
If you have Docker installed then you can use
@@ -33,9 +29,9 @@ docker stop mailhog
to stop it.
-When the installation completes, you can start [using MailHog](#using-mailhog).
+When the installation completes, you can start [using MailHog](#using-mailhog).
-### Installing MailHog on macOS
+Installing MailHog on macOS
Install MailHog on macOS with [Homebrew](https://brew.sh/):
@@ -46,9 +42,9 @@ brew services start mailhog
The above commands will start a mailhog service in the background.
-When the installation completes, you can start [using MailHog](#using-mailhog).
+When the installation completes, you can start [using MailHog](#using-mailhog).
-### Installing MailHog on Windows
+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 a .exe file will be downloaded to your computer.
@@ -56,9 +52,9 @@ When the download completes, click to open the file. A Windows firewall notifica
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 installation file.
-Start [using MailHog](#using-mailhog).
+Start [using MailHog](#using-mailhog).
-### Installing MailHog on Linux
+Installing MailHog on Linux
First, install [Go](https://golang.org).
@@ -96,7 +92,7 @@ sudo cp /home/$(whoami)/go/bin/MailHog /usr/local/bin/mailhog
mailhog
```
-Start [using MailHog](#using-mailhog).
+Start [using MailHog](#using-mailhog).
## Usando MailHog
diff --git a/docs/i18n/portuguese/how-to-catch-outgoing-emails-locally.md b/docs/i18n/portuguese/how-to-catch-outgoing-emails-locally.md
index e3ef11f935..94d1ace89a 100644
--- a/docs/i18n/portuguese/how-to-catch-outgoing-emails-locally.md
+++ b/docs/i18n/portuguese/how-to-catch-outgoing-emails-locally.md
@@ -1,23 +1,19 @@
> **Note:** This is an **optional** step and is required only when working with email workflows
+- [Introduction](#introduction)
+- [Installing MailHog](#installing-mailhog)
+- [Using MailHog](#using-mailhog)
+- [Useful Links](#useful-links)
+
## Introduction
Some email workflows, like updating a user's email, requires the back-end api-server to send outgoing emails. An alternative to using an email service provider to send actual email messages, Mailhog is a developer tool for email testing that will catch the email messages sent by your freeCodeCamp instance.
## Installing MailHog
-MailHog can be installed on macOS, Windows and Linux.
+MailHog can be installed on macOS, Windows and Linux or used via Docker
-- [Introduction](#introduction)
-- [Installing MailHog](#installing-mailhog)
- - [Installing MailHog with Docker](#installing-mailhog-with-docker)
- - [Installing MailHog on macOS](#installing-mailhog-on-macos)
- - [Installing MailHog on Windows](#installing-mailhog-on-windows)
- - [Installing MailHog on Linux](#installing-mailhog-on-linux)
-- [Using MailHog](#using-mailhog)
-- [Useful Links](#useful-links)
-
-### Installing MailHog with Docker
+Installing MailHog with Docker
If you have Docker installed then you can use
@@ -33,9 +29,9 @@ docker stop mailhog
to stop it.
-When the installation completes, you can start [using MailHog](#using-mailhog).
+When the installation completes, you can start [using MailHog](#using-mailhog).
-### Installing MailHog on macOS
+Installing MailHog on macOS
Install MailHog on macOS with [Homebrew](https://brew.sh/):
@@ -46,9 +42,9 @@ brew services start mailhog
The above commands will start a mailhog service in the background.
-When the installation completes, you can start [using MailHog](#using-mailhog).
+When the installation completes, you can start [using MailHog](#using-mailhog).
-### Installing MailHog on Windows
+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 a .exe file will be downloaded to your computer.
@@ -56,9 +52,9 @@ When the download completes, click to open the file. A Windows firewall notifica
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 installation file.
-Start [using MailHog](#using-mailhog).
+Start [using MailHog](#using-mailhog).
-### Installing MailHog on Linux
+Installing MailHog on Linux
First, install [Go](https://golang.org).
@@ -96,7 +92,7 @@ sudo cp /home/$(whoami)/go/bin/MailHog /usr/local/bin/mailhog
mailhog
```
-Start [using MailHog](#using-mailhog).
+Start [using MailHog](#using-mailhog).
## Using MailHog