mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 03:41:05 -05:00
SendinBlue: fix template from_email checking
And add some tests for template unsupported feature warnings, recipients in non-template sends.
This commit is contained in:
@@ -90,6 +90,7 @@ class SendinBlueBackendIntegrationTests(SimpleTestCase, AnymailTestMixin):
|
||||
},
|
||||
metadata={"meta1": "simple string", "meta2": 2},
|
||||
)
|
||||
message.from_email = None
|
||||
|
||||
message.attach("attachment1.txt", "Here is some\ntext for you", "text/plain")
|
||||
message.attach("attachment2.csv", "ID,Name\n1,Amy Lina", "text/csv")
|
||||
|
||||
Reference in New Issue
Block a user