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

March 9, 2017
7:42 a.m.
Jack added the comment: 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. ---------- _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29771> _______________________________________
2925
Age (days ago)
2925
Last active (days ago)
0 comments
1 participants
participants (1)
-
Jack