Skip to content

Commit

Permalink
Merge pull request #126 from Bodyanuk/master
Browse files Browse the repository at this point in the history
Fix Undefine clearFrom() method
  • Loading branch information
srenon committed Dec 7, 2018
2 parents 934713b + 9937128 commit ffbaf37
Showing 1 changed file with 0 additions and 1 deletion.
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

0 comments on commit ffbaf37

Please sign in to comment.