This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author airween
Recipients airween
Date 2015-11-26.08:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448527478.18.0.501697222968.issue25736@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a workaround:

server.sendmail(mailfrom, rcptto, msg.encode("utf8"))

May be this would be better inside of smtplib?
History
Date User Action Args
2015-11-26 08:44:38airweensetrecipients: + airween
2015-11-26 08:44:38airweensetmessageid: <1448527478.18.0.501697222968.issue25736@psf.upfronthosting.co.za>
2015-11-26 08:44:38airweenlinkissue25736 messages
2015-11-26 08:44:38airweencreate