Skip to content

Commit 7375cc9

Browse files
authored
Elastic email ignores CC and Bcc if to is set
1 parent 13d313b commit 7375cc9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ElasticTransport.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ public function send(Swift_Mime_SimpleMessage $message, &$failedRecipients = NUL
8181
'fromName' => $this->getFromAddress($message)['name'],
8282
'replyTo' => $this->getReplyToAddress($message)['email'],
8383
'replyToName' => $this->getReplyToAddress($message)['name'],
84-
'to' => $this->getEmailAddresses($message),
8584
'subject' => $message->getSubject(),
8685
'body_html' => $message->getBody(),
8786
'body_text' => $this->getText($message),

0 commit comments

Comments
 (0)