added a check in the make_reply function to ensure that mails have a body
This commit is contained in:
parent
89707113bb
commit
9ac1e9706f
18 changed files with 9529 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue