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

This commit is contained in:
bton 2024-12-04 22:57:12 +01:00 committed by jedi
parent c2bcd53749
commit 9e0540d133
5 changed files with 9409 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