Type
magento2-module
The MailPlus connector for magento 2
magento2-module
OSL-3.0
None
None
None
None
None
Connect your webshop to your MailPlus account.
NOTE: This version is for Magento 2.2 or higher. A MailPlus eCom account is required to utilize the following features. Please contact MailPlus to setup your account.
cd \<magento-folder>
composer config repositories.mailplus vcs https://github.com/SpotlerSoftware/magento2-mailplus-connector
composer require mailplus/mailplus-connector
bin/magento module:enable MailPlus_MailPlus
php bin/magento setup:upgrade
php bin/magento setup:di:compile
Enable the plugin by running (in the vagrant box)
magento module:enable --clear-static-content MailPlus_MailPlus
magento setup:upgrade
magento setup:di:compile