Django

Code

Ticket #7966 (closed: fixed)

Opened 4 months ago

Last modified 4 months ago

EmailMessage fails to send BCC-only messages

Reported by: Zal Assigned to: nobody
Milestone: Component: Uncategorized
Version: SVN Keywords: email bcc
Cc: Triage Stage: Unreviewed
Has patch: 1 Needs documentation:
Needs tests: Patch needs improvement:

Description

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

Attachments

mail.py.patch (0.7 kB) - added by Zal on 07/25/08 20:32:21.
mail.py.diff (440 bytes) - added by Zal on 07/25/08 20:40:11.
svn diff format
7966.patch (476 bytes) - added by cgrady on 07/25/08 20:40:12.

Change History

07/25/08 20:32:21 changed by Zal

  • attachment mail.py.patch added.

07/25/08 20:40:11 changed by Zal

  • attachment mail.py.diff added.

svn diff format

07/25/08 20:40:12 changed by cgrady

  • attachment 7966.patch added.

07/25/08 23:10:53 changed by mtredinnick

  • status changed from new to closed.
  • resolution set to fixed.

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


Add/Change #7966 (EmailMessage fails to send BCC-only messages)




Change Properties
Action