flowmailer / m2connector
Flowmailer Connector for Magento 2
2.0.0
2022-06-01 09:51 UTC
Requires
- php: ^7.3 || ^8.0
- flowmailer/flowmailer-php-sdk-implementation: ^1.0
Requires (Dev)
- ergebnis/composer-normalize: ^2.23
- flowmailer/flowmailer-php74-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
本扩展允许您配置 Magento 2 使用 Flowmailer 发送所有电子邮件,包括原始数据。
有关更多信息,请参阅 flowmailer.com。
安装
正常安装可能类似于以下内容
composer require flowmailer/flowmailer-php74-sdk flowmailer/m2connector symfony/http-client nyholm/psr7
根据您的 PHP 最低要求,在 Packagist 上选择您首选的 flowmailer-php-sdk 实现。
在 Packagist 上选择您首选的 客户端实现。
有关 HttpClient 发现的详细信息,请参阅 docs.php-http.org。
启用模块
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
配置
从 Flowmailer 凭证向导 获取凭据
转到 http://your-magento-store/admin 并使用您的管理员凭据登录。
导航到 Stores > Configuration > Flowmailer > Connector 并添加 API 凭据。