watsonpy / watson-mail

Easily compose and send email via sendmail or SMTP
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Mail is not actually sent to CC and BCC #1

Open sukiletxe opened 7 years ago

sukiletxe commented 7 years ago

Tested with SMTP. The CC field is present in the headers, BCC is not (that's expected), but when sending the CC and BCC adresses don't get the email. In the send functions of both the SMTP and sendmail backends, you only specify message.recipients.to as the message recipients.

simoncoulton commented 7 years ago

Thanks for the report, I'll fix this up in the next version.