mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-27 23:06:57 -05:00
SendGrid: Fix multiple recipients with only merge_global_data
In SendGrid backend, support non-batch template send to multiple recipients when `merge_global_data` is set without `merge_data`. Regression introduced in v6.0. Fixes #179
This commit is contained in:
@@ -25,6 +25,19 @@ Release history
|
||||
^^^^^^^^^^^^^^^
|
||||
.. This extra heading level keeps the ToC from becoming unmanageably long
|
||||
|
||||
vNext
|
||||
-----
|
||||
|
||||
*Unreleased changes on master*
|
||||
|
||||
Fixes
|
||||
~~~~~
|
||||
|
||||
* **SendGrid:** Allow non-batch template send to multiple recipients when
|
||||
`merge_global_data` is set without `merge_data`. (Broken in v6.0. Thanks to
|
||||
`@vgrebenschikov`_ for the bug report.)
|
||||
|
||||
|
||||
v7.0
|
||||
----
|
||||
|
||||
@@ -1021,4 +1034,5 @@ Features
|
||||
.. _@sebbacon: https://github.com/sebbacon
|
||||
.. _@Thorbenl: https://github.com/Thorbenl
|
||||
.. _@varche1: https://github.com/varche1
|
||||
.. _@vgrebenschikov: https://github.com/vgrebenschikov
|
||||
.. _@yourcelf: https://github.com/yourcelf
|
||||
|
||||
Reference in New Issue
Block a user