Private
Public Access
1
0

background processed email now create Django_Mailbox message object

This commit is contained in:
Sander Roosendaal
2017-11-07 11:15:35 +01:00
parent 212f6b323c
commit 4f9539835f
2 changed files with 20 additions and 6 deletions

View File

@@ -305,6 +305,7 @@ def handle_zip_file(emailfrom, subject, file,**kwargs):
if debug:
print message
email = EmailMessage(subject, message,
emailfrom,
['workouts@rowsandall.com'])