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.
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 theSMTP
andsendmail
backends, you only specifymessage.recipients.to
as the message recipients.