python-postmark icon indicating copy to clipboard operation
python-postmark copied to clipboard

HTML comes across as raw if using EmailMessage with content_subtype = "html"

Open umbrae opened this issue 14 years ago • 0 comments

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.

umbrae avatar Jan 04 '11 19:01 umbrae