mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Fixed #18095 -- Added missing 'cc' mention in EmailMessage recipients() description. Thanks Stéphane Raimbault for the report and the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17891 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
b90d4e5b74
commit
916d705538
@ -290,8 +290,8 @@ The class has the following methods:
|
|||||||
override this method to put the content you want into the MIME object.
|
override this method to put the content you want into the MIME object.
|
||||||
|
|
||||||
* ``recipients()`` returns a list of all the recipients of the message,
|
* ``recipients()`` returns a list of all the recipients of the message,
|
||||||
whether they're recorded in the ``to`` or ``bcc`` attributes. This is
|
whether they're recorded in the ``to``, ``cc`` or ``bcc`` attributes. This
|
||||||
another method you might need to override when subclassing, because the
|
is another method you might need to override when subclassing, because the
|
||||||
SMTP server needs to be told the full list of recipients when the message
|
SMTP server needs to be told the full list of recipients when the message
|
||||||
is sent. If you add another way to specify recipients in your class, they
|
is sent. If you add another way to specify recipients in your class, they
|
||||||
need to be returned from this method as well.
|
need to be returned from this method as well.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user