Skip to content

Commit

Permalink
Issue #123 - Testing with config lock
Browse files Browse the repository at this point in the history
  • Loading branch information
srenon committed Sep 3, 2018
1 parent 706d9d6 commit ba62a78
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Block/Adminhtml/EmailTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ public function validateModuleEmailStatus()
{
$result = $this->error();

if (!$this->getRequest()->getPost('active')) {
if (!$this->getConfig('active')) {
$result = $this->error(
true,
__('SMTP module is not enabled')
Expand Down
9 changes: 5 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "magepal/magento2-gmailsmtpapp",
"description":"Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP servers",
"description":"Magento 2 SMTP Extension - Configure Magento 2 to send all transactional email using Gmail, G Suite, Amazon SES, Office360, Mailgun, SendGrid, Mandrill or any other SMTP servers",
"keywords": [
"magento 2",
"gmail smtp",
Expand All @@ -10,19 +10,20 @@
"Amazon SES",
"magento2 smtp",
"magento2 email setup",
"send email magento2"
"send email magento2",
"g suite"
],
"require": {
"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.*|101.0.*"
},
"type": "magento2-module",
"version": "2.5.4",
"version": "2.5.5",
"license": [
"proprietary"
],
"homepage": "http://www.magepal.com/",
"homepage": "https://www.magepal.com/",
"support": {
"email": "[email protected]",
"issues": "https://github.com/magepal/magento2-gmail-smtp-app/issues/"
Expand Down

0 comments on commit ba62a78

Please sign in to comment.