Skip to content

Commit 66478ec

Browse files
authored
#18471 Alternative fix for Multi Store Emails issue
Fix small issue
1 parent 9f34fd6 commit 66478ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/Magento/Framework/Mail/Template/TransportBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public function setReplyTo($email, $name = null)
183183
*/
184184
public function setFrom($from)
185185
{
186-
return($this->setFromByStore($from));
186+
return $this->setFromByStore($from, null);
187187
}
188188

189189
/**

0 commit comments

Comments
 (0)