background processed email now create Django_Mailbox message object
This commit is contained in:
@@ -305,6 +305,7 @@ def handle_zip_file(emailfrom, subject, file,**kwargs):
|
||||
|
||||
if debug:
|
||||
print message
|
||||
|
||||
email = EmailMessage(subject, message,
|
||||
emailfrom,
|
||||
['workouts@rowsandall.com'])
|
||||
|
||||
Reference in New Issue
Block a user