Opened 17 years ago

Closed 17 years ago

#6840 closed (duplicate)

[patch] CC support for EmailMessage

Reported by: Philippe Raoult Owned by: Philippe Raoult
Component: Core (Mail) Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The attached patch will add a 'cc' keyword argument to the EmailMessage class. It works exactly as bcc. There are no unit tests but I'm using this for my app so it does work. Besides the diff is fairly simple. I haven't added the corresponding argument to send_mail because it is marked as frozen, but it'd be easily done.

Attachments (1)

6840_mail_cc.diff (1.5 KB ) - added by Philippe Raoult 17 years ago.

Download all attachments as: .zip

Change History (2)

by Philippe Raoult, 17 years ago

Attachment: 6840_mail_cc.diff added

comment:1 by Philippe Raoult, 17 years ago

Resolution: duplicate
Status: newclosed

arg, dup of #5790

Note: See TracTickets for help on using tickets.
Back to Top