Skip to content

Commit

Permalink
Merge branch 'master' of github.com:magepal/magento2-gmailsmtpapp
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Jan 4, 2019
2 parents 734873d + f1c77a7 commit fcc506d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Model/TwoDotThree/Smtp.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ public function sendSmtpMessage(
$dataHelper->setStoreId($this->storeModel->getStoreId());

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

//Set reply-to path
$setReturnPath = $dataHelper->getConfigSetReturnPath();
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<comment>
<![CDATA[
<strong>Copyright © 2018 <a href="http://bit.ly/MPEXSMTP" target="_blank">www.magepal.com</a> / <a href="mailto:[email protected]">[email protected]</a></strong><br />
Thanks for choosing MagePal Extensions. Trusted by 1000s of developers worldwide.<br/><br/>
Discovery other must have extensions at <a href="http://bit.ly/MPEXSMTP" target="_blank">www.magepal.com</a>. Thanks for choosing MagePal Extensions.<br/><br/>
<hr style="border-top: 1px solid #e3e3e3" />
]]>
</comment>
Expand All @@ -45,7 +45,7 @@
<comment>
<![CDATA[
<strong>Copyright © 2018 <a href="http://bit.ly/MPEXSMTP" target="_blank">www.magepal.com</a> / <a href="mailto:[email protected]">[email protected]</a></strong><br />
Thanks for choosing MagePal Extensions. Trusted by 1000s of developers worldwide.<br/><br/>
Discovery other must have extensions at <a href="http://bit.ly/MPEXSMTP" target="_blank">www.magepal.com</a>. Thanks for choosing MagePal Extensions.<br/><br/>
<hr style="border-top: 1px solid #e3e3e3" />
]]>
</comment>
Expand Down

0 comments on commit fcc506d

Please sign in to comment.