We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74144fa commit 832fa79Copy full SHA for 832fa79
1 file changed
postmark/django_backend.py
@@ -65,9 +65,6 @@ def _build_message(self, message):
65
html_body=alt[0]
66
break
67
68
- if getattr(message, 'content_subtype', None) == 'html':
69
- html_body=message.body
70
-
71
reply_to = None
72
custom_headers = {}
73
if message.extra_headers and isinstance(message.extra_headers, dict):
0 commit comments