mirror of
https://github.com/pacnpal/django-anymail.git
synced 2025-12-20 11:51:05 -05:00
Cleanup: remove unused MailjetPayload property
This commit is contained in:
@@ -66,7 +66,6 @@ class EmailBackend(AnymailRequestsBackend):
|
|||||||
class MailjetPayload(RequestsPayload):
|
class MailjetPayload(RequestsPayload):
|
||||||
|
|
||||||
def __init__(self, message, defaults, backend, *args, **kwargs):
|
def __init__(self, message, defaults, backend, *args, **kwargs):
|
||||||
self.esp_extra = {} # late-bound in serialize_data
|
|
||||||
auth = (backend.api_key, backend.secret_key)
|
auth = (backend.api_key, backend.secret_key)
|
||||||
http_headers = {
|
http_headers = {
|
||||||
'Content-Type': 'application/json',
|
'Content-Type': 'application/json',
|
||||||
|
|||||||
Reference in New Issue
Block a user