add note about smtp4dev
This commit is contained in:
parent
2e7143245a
commit
8edca54279
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue