Skip to content

Commit

Permalink
Issues #131 - Undefined method
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Jan 4, 2019
1 parent 934713b commit 734873d
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 @@ -101,7 +101,6 @@ public function sendSmtpMessage(

if ($returnPathEmail !== null && $dataHelper->getConfigSetFrom()) {
foreach ($returnPathEmail as $address) {
$message->clearFrom();
$message->setFrom($address);
}
}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"magento/framework": "100.0.*|100.1.*|101.0.*|102.0.*"
},
"type": "magento2-module",
"version": "2.6.0",
"version": "2.6.1",
"license": [
"proprietary"
],
Expand Down

0 comments on commit 734873d

Please sign in to comment.