from_name, make it so.

This commit is contained in:
Chris Jones
2012-02-28 15:06:01 -08:00
parent 47860493af
commit cbd7f429d6
2 changed files with 4 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ class DjrillBackend(BaseEmailBackend):
"text": message.body,
"subject": message.subject,
"from_email": self.sender,
"from_name": "Devs - FIX ME",
"from_name": message.from_name,
"to": self.recipients
}