python-postmark
python-postmark copied to clipboard
HTML comes across as raw if using EmailMessage with content_subtype = "html"
The workaround is to use EmailMultiAlternatives, but it would be nice if content_subtype worked as well considering there are some cases where a plaintext alternative is not necessary.