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 eric.smith
Recipients Nonickname, eric.smith
Date 2017-03-09.13:22:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489065760.01.0.22768930354.issue29771@psf.upfronthosting.co.za>
In-reply-to
Content
The examples don't cover it, but look at the documentation for setting arbitrary mail headers such as CC.

And look at smtplib.SMTP.sendmail() on sending a message to arbitrary recipients (to, cc, or bcc are all the same):
https://docs.python.org/2/library/smtplib.html#smtplib.SMTP.sendmail
History
Date User Action Args
2017-03-09 13:22:40eric.smithsetrecipients: + eric.smith, Nonickname
2017-03-09 13:22:40eric.smithsetmessageid: <1489065760.01.0.22768930354.issue29771@psf.upfronthosting.co.za>
2017-03-09 13:22:39eric.smithlinkissue29771 messages
2017-03-09 13:22:39eric.smithcreate