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 ba7fc81 commit bccc949Copy full SHA for bccc949
app/code/Magento/Email/Model/Transport.php
@@ -87,7 +87,7 @@ public function __construct(
87
public function sendMessage()
88
{
89
try {
90
- $zendMessage = Message::fromString($this->message->getRawMessage());
+ $zendMessage = Message::fromString($this->message->getRawMessage())->setEncoding('utf-8');
91
if (2 === $this->isSetReturnPath && $this->returnPathValue) {
92
$zendMessage->setSender($this->returnPathValue);
93
} elseif (1 === $this->isSetReturnPath && $zendMessage->getFrom()->count()) {
0 commit comments