> For the complete documentation index, see [llms.txt](https://memogarcia.gitbook.io/continuous-learning/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://memogarcia.gitbook.io/continuous-learning/tech/kubernetes/mailhog.md).

# Mailhog

```
kubectl create namespace mailhog
kubectl create -f manifest.yml -n mailhog
```
