#25341 closed Bug (duplicate)
Bug: EmailMessage.message ignores bcc field
| Reported by: | Maxime R. | Owned by: | Maxime R. |
|---|---|---|---|
| Component: | Core (Mail) | Version: | 1.8 |
| Severity: | Normal | Keywords: | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
The EmailMessage init correctly processes the bcc argument, but when calling the message method the bcc field is simply ignored.
As i don't see any reason why we should ignore the bcc field, it must be a bug.
Change History (6)
comment:1 by , 10 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 10 years ago
comment:3 by , 10 years ago
| Resolution: | → invalid |
|---|---|
| Status: | assigned → closed |
Oooops, sorry, I was working with EmailMessage to generate Gmail drafts where you need to define a Bcc header to save the bcc recipients in the draft and that got me confused because obviously you don't want to send such a thing as a Bcc header!
comment:4 by , 6 years ago
| Resolution: | invalid |
|---|---|
| Status: | closed → new |
Maybe I am missing something, but I don't see that this bug has been fixed, not in the 1.x.x, 2.x.x, or 3.x.x branch. The bcc parameter of EmailMessage is still being ignored.
comment:5 by , 6 years ago
| Has patch: | unset |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Pull request with code and tests: https://github.com/django/django/pull/5225