added a check in the make_reply function to ensure that mails have a body
This commit is contained in:
parent
c2bcd53749
commit
9e0540d133
5 changed files with 9409 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