mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
[minor cleanup] Allow html from any EmailMultiAlternatives (not just DjrillMessage)
This commit is contained in:
@@ -150,5 +150,5 @@ class DjrillBackend(BaseEmailBackend):
|
|||||||
% mimetype)
|
% mimetype)
|
||||||
|
|
||||||
self.msg_dict.update({
|
self.msg_dict.update({
|
||||||
"html": message.alternatives[0][0]
|
"html": content
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user