#35390: Missing BCC entry in message function.
-----------------------------+--------------------------------------
     Reporter:  amorilla     |                    Owner:  nobody
         Type:  Bug          |                   Status:  closed
    Component:  Core (Mail)  |                  Version:
     Severity:  Normal       |               Resolution:  invalid
     Keywords:               |             Triage Stage:  Unreviewed
    Has patch:  0            |      Needs documentation:  0
  Needs tests:  0            |  Patch needs improvement:  0
Easy pickings:  0            |                    UI/UX:  0
-----------------------------+--------------------------------------
Changes (by Bhuvnesh):

 * resolution:   => invalid
 * status:  new => closed

Comment:

 The reason why Bcc is missing message function is because we do not want
 to list bcc addresses of mail in the header (as its a blind copy), instead
 we use
 [https://github.com/django/django/blob/main/django/core/mail/message.py#L288
 recipients] to include all email addresses (to, cc and bcc) to which mail
 is to be sent. For better understanding, you can have a look at
 [https://github.com/django/django/blob/main/tests/mail/tests.py#L145 this
 test.]

 I'm closing this ticket for now. If you are facing some issue while
 sending an email, feel free to reopen this ticket along with proper steps
 to reproduce it.
-- 
Ticket URL: <https://code.djangoproject.com/ticket/35390#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/0107018ef6203630-36aacdba-801b-4fa7-aa33-a6bd149a2764-000000%40eu-central-1.amazonses.com.

Reply via email to