flowmailer/m2connector 2.0.0

Flowmailer Connector for Magento 2

Type

magento2-module

License

MIT

Requires
Requires (dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

Magento 2 Connector for Flowmailer

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-php74-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.