mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-27 06:46:56 -05:00
SparkPost: drop support for multiple from_email (#213)
SparkPost's API no longer allows this, and now returns a confusing error message about return_path. (Not treating as a breaking change in Anymail, because the breaking change was in the SparkPost API. This just improves the error message in the unlikely event anyone is trying to use this feature.) Closes #212
This commit is contained in:
@@ -25,6 +25,20 @@ Release history
|
||||
^^^^^^^^^^^^^^^
|
||||
.. This extra heading level keeps the ToC from becoming unmanageably long
|
||||
|
||||
vNext
|
||||
-----
|
||||
|
||||
*Unreleased changes*
|
||||
|
||||
Fixes
|
||||
~~~~~
|
||||
|
||||
* **SparkPost:** Drop support for multiple `from_email` addresses. SparkPost has
|
||||
started issuing a cryptic "No sending domain specified" error for this case; with
|
||||
this fix, Anymail will now treat it as an unsupported feature.
|
||||
|
||||
|
||||
|
||||
v8.1
|
||||
----
|
||||
|
||||
|
||||
Reference in New Issue
Block a user