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)
Change History (2)
by , 17 years ago
Attachment: | 6840_mail_cc.diff added |
---|
comment:1 by , 17 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
arg, dup of #5790