[issue29771] An email and MIME handling package - Add support to send CC of email

Eric V. Smith report at bugs.python.org
Thu Mar 9 08:22:40 EST 2017


Eric V. Smith added the comment:

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

----------
nosy: +eric.smith
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29771>
_______________________________________


More information about the Python-bugs-list mailing list