Skip to content

In SendGrid batch sends, should use different message_id for each recipient #139

@medmunds

Description

@medmunds

(ESP: SendGrid; Anymail v3.0 and later)

Since #109, Anymail generates a unique tracking message_id for each SendGrid send.

If you are also using batch sending, the same message_id is used for all recipients in the batch. This can complicate tracking send status, etc., on individual recipient messages.

Since the message_id is implemented as a SendGrid custom_args, and SendGrid's personalizations format supports individual custom_args for each message in a batch, Anymail should generate a separate message_id for each recipient.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions