From 8edca54279d363567dc0546f11aead9984a69c03 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 29 Sep 2025 09:24:14 +0200 Subject: [PATCH] add note about smtp4dev --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 89d0526..1192060 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,12 @@ uv run --env-file=.env src/manage.py runserver This will start the development server on http://localhost:8000. +For testing mail sending, `smtp4dev` can be used: + +``` +docker run --rm -it -p 5000:80 -p 2525:25 docker.io/rnwood/smtp4dev +``` + ## Configuration Configuration happens using environment variables.