We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da2260e commit 7ffb8ecCopy full SHA for 7ffb8ec
src/jemail/models.py
@@ -168,7 +168,7 @@ def send(self, fail_silently: bool = False) -> int:
168
)
169
for address, status in statuses.items():
170
recipients[address].status = status.status
171
- recipients[address].provider_id = status.message_id
+ recipients[address].provider_id = status.message_id or ""
172
EmailRecipient.objects.filter(status="").bulk_update(
173
recipients.values(), fields=["status", "provider_id"]
174
0 commit comments