-
-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue #123 - Testing with config lock
- Loading branch information
Showing
2 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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/" | ||
|