This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author kirelagin
Recipients kirelagin
Date 2015-04-27.21:26:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430169972.74.0.338342255395.issue24066@psf.upfronthosting.co.za>
In-reply-to
Content
If I have a message with multiple `To` headers and I send it using `send_message` not specifying `to_addrs`, the message gets sent only to one of the recipients.

I’m attaching my patch that makes it send to _all_ the addresses listed in `To`, `Cc` and `Bcc`.

I didn’t add any new tests as the existing ones already cover those cases and I have no idea how on Earth do they pass.
History
Date User Action Args
2015-04-27 21:26:12kirelaginsetrecipients: + kirelagin
2015-04-27 21:26:12kirelaginsetmessageid: <1430169972.74.0.338342255395.issue24066@psf.upfronthosting.co.za>
2015-04-27 21:26:12kirelaginlinkissue24066 messages
2015-04-27 21:26:12kirelagincreate