We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7aa6947 + 591e198 commit 64d1944Copy full SHA for 64d1944
cron_tasks/mail_queue.py
@@ -69,8 +69,8 @@ def tryToSendMail(mail_item):
69
bcc=mail_item.bcc_mail_addresses,
70
reply_to=mail_item.replyto_addresses,
71
subject=mail_item.mail_subject,
72
- message=mail_item.mail_content,
73
- sender=sender
+ message=(TAG(mail_item.mail_content).flatten(), mail_item.mail_content),
+ sender=sender,
74
)
75
#isSent = True
76
if isSent is False:
0 commit comments