fix: sending mail; add email host user and pwd for authentication

This commit is contained in:
2025-10-30 15:05:36 +01:00
parent 8ff3905657
commit 65ac5ae18e
4 changed files with 63 additions and 55 deletions

View File

@@ -96,6 +96,8 @@ docker build -t django-nginx-image -f nginx/Dockerfile ./nginx
### Start docker container
Add email password for 'Verleih' account to EMAIL_HOST_PASSWORD in the docker compose file!
Build the docker containers:
```bash