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 Nonickname
Recipients Nonickname, docs@python, eric.smith
Date 2017-03-09.13:42:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489066948.98.0.703656568445.issue29771@psf.upfronthosting.co.za>
In-reply-to
Content
I think you missundersttod. I showed the example page just so you would understand what I am talking about.
Let me explain it better:
msg['Subject'] = 'The contents of %s' % textfile
msg['From'] = me
msg['To'] = you

Works.

msg['Subject'] = 'The contents of %s' % textfile
msg['From'] = me
msg['To'] = you
msg['CC'] = x
msg['BCC'] = y

won't work. It doesn't know what is CC and BCC.
This is why I opened this request to modify the package to support it.
History
Date User Action Args
2017-03-09 13:42:29Nonicknamesetrecipients: + Nonickname, eric.smith, docs@python
2017-03-09 13:42:28Nonicknamesetmessageid: <1489066948.98.0.703656568445.issue29771@psf.upfronthosting.co.za>
2017-03-09 13:42:28Nonicknamelinkissue29771 messages
2017-03-09 13:42:28Nonicknamecreate