https://github.com/django/django/blob/2.0/django/core/mail/message.py#L259
To how the other headers are built:
-
https://github.com/django/django/blob/2.0/django/core/mail/message.py#L256
-
https://github.com/django/django/blob/2.0/django/core/mail/message.py#L257
-
https://github.com/django/django/blob/2.0/django/core/mail/message.py#L261
Notice, unlike the others, Cc does not first use the `.extra_headers`
dict. Like the other headers, should be able to use the `.extra_headers`
to override Cc.
[https://github.com/django/django/pull/9454 PR]
--
Ticket URL: <https://code.djangoproject.com/ticket/28971>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/28971#comment:1>
* stage: Accepted => Ready for checkin
--
Ticket URL: <https://code.djangoproject.com/ticket/28971#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"b03d5002955256c4b3ed7cfae5150eb79c0eb97e" b03d5002]:
{{{
#!CommitTicketReference repository=""
revision="b03d5002955256c4b3ed7cfae5150eb79c0eb97e"
Fixed #28971 -- Made EmailMessage.message() set Cc from headers dict if it
exists.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/28971#comment:3>