Skip to content

Commit

Permalink
Merge pull request #9 from ebizmarts/Issue4-2.3.3
Browse files Browse the repository at this point in the history
closes #4 for m 2.3.3
  • Loading branch information
gonzaloebiz authored Dec 3, 2019
2 parents 62e395e + b56e2db commit 791a9db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Model/Transport/Smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function sendMessage(EmailMessageInterface $message)
try {
$options->setConnectionConfig($connectionConfig);
$this->setOptions($options);
$zm = Message::fromString($message->getRawMessage());
$zm = Message::fromString($message->getRawMessage())->setEncoding('utf-8');
$this->send($zm);
} catch(\Exception $e) {
throw new MailException(
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
},
"description": "Connect Mandrill with Magento via SMTP",
"type": "magento2-module",
"version": "102.3.2",
"version": "102.3.3",
"authors": [
{
"name": "Ebizmarts Corp",
Expand Down

0 comments on commit 791a9db

Please sign in to comment.