Skip to content

Commit c8e05d0

Browse files
authored
Merge pull request #16 from SilvanSpycher/patch-1
Update mail_mail.py
2 parents cafdfdd + 94bc861 commit c8e05d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mail_format_with_parent/models/mail_mail.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,6 @@ def _prepare_outgoing_list(self, mail_server=False, recipients_follower_status=N
4040
)
4141
]
4242
else:
43-
email_to = email_split_and_format(rec.email_to)
43+
email_to = email_split_and_format(rec.get("email_to") or "")
4444
rec["email_to"] = email_to
4545
return results

0 commit comments

Comments
 (0)