added a check in the make_reply function to ensure that mails have a body
All checks were successful
/ test (pull_request) Successful in 2m36s
/ test (push) Successful in 2m42s
/ deploy (push) Successful in 5m29s

This commit is contained in:
bton 2024-12-04 22:57:12 +01:00 committed by jedi
parent 89707113bb
commit 9ac1e9706f
18 changed files with 9529 additions and 21 deletions

View file

@ -7,6 +7,7 @@ services:
environment:
- HTTP_HOST=core
- DB_FILE=dev.db
- DEBUG_MODE_ACTIVE=true
volumes:
- ../../core:/code
- ../testdata.py:/code/testdata.py