Blame-me Jaillie added the comment:
Very much obliged to you - as pointed out by R David Murray:
from email import charset
charset.add_charset('utf-8', charset.SHORTEST, charset.QP)
This works exactly as expected - but to expand for anyone else who happens
across this, this w
New submission from Blame-me Jaillie :
Apologies if this is in the wrong place.
Simple enough issue. This line of code from email.mime:
MIMEText(textonly, 'plain', _charset='UTF-8')
Where 'textonly' is just a plain text email message to be displayed on a
mult