diff --git a/Controller/Adminhtml/Test/Index.php b/Controller/Adminhtml/Test/Index.php index d90e026..ae813f6 100644 --- a/Controller/Adminhtml/Test/Index.php +++ b/Controller/Adminhtml/Test/Index.php @@ -94,7 +94,7 @@ public function execute() { $mail->setFrom($from, $name); $mail->addTo($to, $to); $mail->setSubject('Hello from MagePal'); - $mail->setBodyText('Thank you for choosing MagePal extension.'); + $mail->setBodyHtml('Thank you for choosing MagePal extension.

Like our extension? Please feel free to try our other free modules available at https://packagist.org/packages/magepal/'); $result = __('Sent... Please check your email') . ' ' . $to; diff --git a/composer.json b/composer.json index b005e48..67be786 100644 --- a/composer.json +++ b/composer.json @@ -10,9 +10,9 @@ "Amazon SES" ], "require": { - "php": "~5.6.0|7.0.2|~7.0.6", - "magento/module-backend": "100.0.*|100.1.*", - "magento/framework": "100.0.*|100.1.*" + "php": "~5.6.0|7.0.2|7.0.4|~7.0.6|~7.1.0", + "magento/module-backend": "100.0.*|100.1.*|100.2.*", + "magento/framework": "100.0.*|100.1.*|100.2.*" }, "type": "magento2-module", "version": "1.4.5",