Skip to content

Commit

Permalink
Issues #153 - Fix issue with sending eamil from Amazon SES
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Oct 18, 2019
1 parent e03ddcf commit 52e2136
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Model/TwoDotThree/Smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ public function sendSmtpMessage(
$dataHelper->setStoreId($this->storeModel->getStoreId());

$message = Message::fromString($message->getRawMessage());
$message->getHeaders()->setEncoding('utf-8');

//Set reply-to path
switch ($dataHelper->getConfigSetReturnPath()) {
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
},
"type": "magento2-module",
"version": "2.6.6",
"version": "2.6.7",
"license": [
"proprietary"
],
Expand Down

0 comments on commit 52e2136

Please sign in to comment.