flowmailer / m2connector
Flowmailer Connector for Magento 2
Installs: 39 377
Dependents: 0
Suggesters: 0
Security: 0
Stars: 4
Watchers: 5
Forks: 3
Open Issues: 0
Type:magento2-module
Requires
- php: ^7.3 || ^8.0
- flowmailer/flowmailer-php-sdk-implementation: ^1.0 || ^2.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.23
- flowmailer/flowmailer-php-sdk: ^1.0
- friendsofphp/php-cs-fixer: ^3.4
- icanhazstring/composer-unused: ^0.7.12
- maglnet/composer-require-checker: ^3.8
- nyholm/psr7: ^1.5
- phpstan/phpstan: ^1.3
- phpunit/phpunit: ^9.5
- rector/rector: ^0.12.10
- symfony/http-client: ^5.4 || ^6.0
README
This extension allows you to configure Magento 2 to send all emails using Flowmailer including raw data.
See flowmailer.com for more information.
Installation
A normal installation would be something equal to:
composer require flowmailer/flowmailer-php-sdk flowmailer/m2connector symfony/http-client nyholm/psr7
Choose your preferred flowmailer-php-sdk implementations on packagist, based on your minimum requirement for PHP.
Choose your preferred client implementations on packagist.
See docs.php-http.org for details on the HttpClient discovery.
Enable the module:
bin/magento module:enable Flowmailer_M2Connector --clear-static-content bin/magento setup:upgrade bin/magento setup:di:compile bin/magento module:status Flowmailer_M2Connector bin/magento cache:clean
Configuration
Obtain credentials from Flowmailer credentials wizard
Go to http://your-magento-store/admin and login with your admin credentials.
Navigate to Stores > Configuration > Flowmailer > Connector and add API Credentials.