(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.