mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
You didn't see that.
This commit is contained in:
@@ -106,7 +106,6 @@ class DjrillBackend(BaseEmailBackend):
|
|||||||
"text": message.body,
|
"text": message.body,
|
||||||
"subject": message.subject,
|
"subject": message.subject,
|
||||||
"from_email": self.sender,
|
"from_email": self.sender,
|
||||||
"from_name": message.from_name,
|
|
||||||
"to": self.recipients
|
"to": self.recipients
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -124,6 +123,7 @@ class DjrillBackend(BaseEmailBackend):
|
|||||||
"check the alternatives you have attached to your message.")
|
"check the alternatives you have attached to your message.")
|
||||||
|
|
||||||
self.msg_dict.update({
|
self.msg_dict.update({
|
||||||
|
"from_name": message.from_name,
|
||||||
"html": message.alternatives[0][0],
|
"html": message.alternatives[0][0],
|
||||||
"tags": message.tags,
|
"tags": message.tags,
|
||||||
"track_opens": message.track_opens,
|
"track_opens": message.track_opens,
|
||||||
|
|||||||
Reference in New Issue
Block a user