We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3fd428 commit 11295d4Copy full SHA for 11295d4
lib/vsc/utils/mail.py
@@ -321,7 +321,7 @@ def sendHTMLMail(
321
322
# Record the MIME types of both parts - text/plain and text/html_message.
323
msg_plain = MIMEText(text_alternative, 'plain', 'utf-8')
324
- msg_html = MIMEText(html_message, 'html_message', 'utf-8')
+ msg_html = MIMEText(html_message, 'html', 'utf-8')
325
326
# Attach parts into message container.
327
# According to RFC 2046, the last part of a multipart message, in this case
0 commit comments