mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Fix typo on documentation for 'recipients' attribute (#35)
This commit is contained in:
committed by
Mike Edmunds
parent
46f8328b28
commit
ac3c1cbf1a
@@ -287,11 +287,11 @@ ESP send status
|
|||||||
subject="Re: The apocalypse")
|
subject="Re: The apocalypse")
|
||||||
message.send()
|
message.send()
|
||||||
|
|
||||||
message.anymail_status.recipient["you@example.com"].status
|
message.anymail_status.recipients["you@example.com"].status
|
||||||
# 'sent'
|
# 'sent'
|
||||||
message.anymail_status.recipient["me@example.com"].status
|
message.anymail_status.recipients["me@example.com"].status
|
||||||
# 'queued'
|
# 'queued'
|
||||||
message.anymail_status.recipient["me@example.com"].message_id
|
message.anymail_status.recipients["me@example.com"].message_id
|
||||||
# '886313e1-3b8a-5372-9b90-0c9aee199e5d'
|
# '886313e1-3b8a-5372-9b90-0c9aee199e5d'
|
||||||
|
|
||||||
Will be an empty dict if the send call failed.
|
Will be an empty dict if the send call failed.
|
||||||
|
|||||||
Reference in New Issue
Block a user