Skip to content

Commit

Permalink
Send many returns created emails (#475)
Browse files Browse the repository at this point in the history
  • Loading branch information
chromium7 authored Nov 19, 2024
1 parent a04ba1a commit ac9aa06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions post_office/mail.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ def send_many(kwargs_list):
Email.objects.bulk_create(emails)
email_queued.send(sender=Email, emails=emails)

return emails


def get_queued():
"""
Expand Down

0 comments on commit ac9aa06

Please sign in to comment.