Skip to content

Commit

Permalink
email: add link
Browse files Browse the repository at this point in the history
  • Loading branch information
carlinmack authored and alejandromumo committed Nov 21, 2024
1 parent c150e4c commit 0693aa7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/develop/howtos/dev_email.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ If a system is not listed below, check the original documentation on how to inst
brew update && brew install mailhog
```

and then start MailHog via

```terminal
mailhog
```

### Docker version

```terminal
Expand All @@ -25,7 +31,7 @@ Note that, by default, `MailHog` uses the following ports:
- `SMTP` server runs in port `1025`
- `HTTP` server runs in port `8025`.

Validate that `MailHog` is running by accessing its `HTTP` server in `http://127.0.0.1:8025` (or the configured `HTTP` server port).
Validate that `MailHog` is running by accessing its `HTTP` server in [`http://127.0.0.1:8025`](http://127.0.0.1:8025) (or the configured `HTTP` server port).

## Step 2 - enable e-mails for development

Expand Down Expand Up @@ -61,4 +67,4 @@ Check the inbox in [MailHog UI](http://127.0.0.1:8025).
## Further reading

- How to configure flask mail - [docs](https://pythonhosted.org/Flask-Mail/#configuring-flask-mail)
- MailHog - [original repo](https://github.com/mailhog/MailHog)
- MailHog - [original repo](https://github.com/mailhog/MailHog)

0 comments on commit 0693aa7

Please sign in to comment.