mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Properly return message object.
This commit is contained in:
parent
8a1ada2283
commit
01ce366d86
1 changed files with 1 additions and 1 deletions
|
|
@ -246,7 +246,7 @@ class Message(models.Model):
|
|||
)
|
||||
message.send()
|
||||
return self.mailbox.record_outgoing_message(
|
||||
message
|
||||
message.message()
|
||||
)
|
||||
|
||||
def get_email_object(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue