增加发送邮件插件
优化产品色块和尺码为圆形
Showing
... | ... | @@ -71,6 +71,7 @@ |
"magento/composer": "1.6.0", | ||
"magento/magento-composer-installer": ">=0.1.11", | ||
"magento/zendframework1": "~1.14.2", | ||
"magepal/magento2-gmailsmtpapp": "^2.9", | ||
"monolog/monolog": "^1.17", | ||
"paragonie/sodium_compat": "^1.6", | ||
"pelago/emogrifier": "^5.0.0", | ||
... | ... |
vendor/magepal/magento2-core/Helper/Data.php
0 → 100644
This diff is collapsed.
Click to expand it.
vendor/magepal/magento2-core/README.md
0 → 100644
vendor/magepal/magento2-core/composer.json
0 → 100644
{ | ||
"name": "magepal/magento2-core", | ||
"description": "MagePal core extension", | ||
"keywords": [ | ||
"magento 2", | ||
"magepal core extension" | ||
], | ||
"license": [ | ||
"proprietary" | ||
], | ||
"homepage": "https://www.magepal.com/", | ||
"support": { | ||
"email": "support@magepal.com", | ||
"issues": "https://github.com/magepal/magento2-core/issues/" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Renon Stewart", | ||
"email": "renon@magepal.com", | ||
"homepage": "https://www.magepal.com/", | ||
"role": "Leader" | ||
} | ||
], | ||
"require": { | ||
"magento/framework": "*" | ||
}, | ||
"type": "magento2-module", | ||
"version": "1.1.12", | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"MagePal\\Core\\": "" | ||
} | ||
} | ||
} |
vendor/magepal/magento2-core/etc/acl.xml
0 → 100644
vendor/magepal/magento2-core/etc/config.xml
0 → 100644
vendor/magepal/magento2-core/etc/module.xml
0 → 100644

6.58 KB
This diff is collapsed.
Click to expand it.
{ | ||
"name": "magepal/magento2-gmailsmtpapp", | ||
"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", | ||
"google app", | ||
"magento2 email", | ||
"Amazon Simple Email Service", | ||
"Amazon SES", | ||
"magento2 smtp", | ||
"magento2 email setup", | ||
"send email magento2", | ||
"g suite", | ||
"how to configure magento email", | ||
"how to setup email magento2" | ||
], | ||
"require": { | ||
"php": "~7.4.0||~8.1.0", | ||
"magento/module-backend": "102.0.*", | ||
"magento/framework": "103.0.*", | ||
"magepal/magento2-core":">1.1.0" | ||
}, | ||
"type": "magento2-module", | ||
"version": "2.9.0", | ||
"license": [ | ||
"proprietary" | ||
], | ||
"homepage": "https://www.magepal.com/", | ||
"support": { | ||
"email": "support@magepal.com", | ||
"issues": "https://github.com/magepal/magento2-gmail-smtp-app/issues/" | ||
}, | ||
"authors": [ | ||
{ | ||
"name": "Renon Stewart", | ||
"email": "renon@magepal.com", | ||
"homepage": "https://www.magepal.com/", | ||
"role": "Leader" | ||
} | ||
], | ||
"autoload": { | ||
"files": [ | ||
"registration.php" | ||
], | ||
"psr-4": { | ||
"MagePal\\GmailSmtpApp\\": "" | ||
} | ||
} | ||
} |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment