add note about smtp4dev

This commit is contained in:
Tobias Brunner 2025-09-29 09:24:14 +02:00 committed by Tobias Kunze
parent 2e7143245a
commit 8edca54279

View file

@ -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.