Skip to content

Commit ac9aa06

Browse files
authored
Send many returns created emails (#475)
1 parent a04ba1a commit ac9aa06

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

post_office/mail.py

+2
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,8 @@ def send_many(kwargs_list):
237237
Email.objects.bulk_create(emails)
238238
email_queued.send(sender=Email, emails=emails)
239239

240+
return emails
241+
240242

241243
def get_queued():
242244
"""

0 commit comments

Comments
 (0)