Opened 16 years ago

Closed 16 years ago

#7966 closed (fixed)

EmailMessage fails to send BCC-only messages

Reported by: Zal Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords: email bcc
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

EmailMessage.send() does not send any messages if the "to" parameter is empty, even if the "bcc" parameter contains addresses.

Attachments (3)

mail.py.patch (678 bytes ) - added by Zal 16 years ago.
mail.py.diff (440 bytes ) - added by Zal 16 years ago.
svn diff format
7966.patch (476 bytes ) - added by Collin Grady 16 years ago.

Download all attachments as: .zip

Change History (4)

by Zal, 16 years ago

Attachment: mail.py.patch added

by Zal, 16 years ago

Attachment: mail.py.diff added

svn diff format

by Collin Grady, 16 years ago

Attachment: 7966.patch added

comment:1 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [8086]) Fixed #7966 -- Send email if it has "bcc" recipients and no "to" recipients.
Patch from Zal.

Note: See TracTickets for help on using tickets.
Back to Top