We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71c781d commit dbf2c29Copy full SHA for dbf2c29
app/code/Magento/Sales/Model/Order/Email/SenderBuilder.php
@@ -85,8 +85,8 @@ public function sendCopyTo()
85
$copyTo = $this->identityContainer->getEmailCopyTo();
86
87
if (!empty($copyTo)) {
88
- $this->configureEmailTemplate();
89
foreach ($copyTo as $email) {
+ $this->configureEmailTemplate();
90
$this->transportBuilder->addTo($email);
91
$transport = $this->transportBuilder->getTransport();
92
$transport->sendMessage();
0 commit comments