mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-28 07:16:56 -05:00
Postmark: Fix Postmark error on empty subject/body with template_id.
Postmark issues an error if Django's default empty strings are used with template sends. Include template send in Postmark integration tests. (Requires real Postmark API token -- templates aren't testable with Postmark's sandbox token.) Fixes #121
This commit is contained in:
@@ -25,6 +25,17 @@ Release history
|
||||
^^^^^^^^^^^^^^^
|
||||
.. This extra heading level keeps the ToC from becoming unmanageably long
|
||||
|
||||
v4.2
|
||||
----
|
||||
|
||||
*In development*
|
||||
|
||||
Fixes
|
||||
~~~~~
|
||||
|
||||
* **Postmark:** When using `template_id`, ignore empty subject and body. (Postmark
|
||||
issues an error if Django's default empty strings are used with template sends.)
|
||||
|
||||
|
||||
v4.1
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user