Download the PHP package flowmailer/m2connector without Composer
On this page you can find all versions of the php package flowmailer/m2connector. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download flowmailer/m2connector
More information about flowmailer/m2connector
Files in flowmailer/m2connector
Package m2connector
Short Description Flowmailer Connector for Magento 2
License MIT
Informations about the package m2connector
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.
Compatibility
| Module version | Magento / Adobe Commerce | PHP |
|---|---|---|
^2.2 |
2.4.7, 2.4.8 (+ patches) | 8.1, 8.2, 8.3, 8.4 |
^2.1 |
2.4.4 – 2.4.8 | 7.4, 8.0, 8.1, 8.2 |
^1.0 |
2.3, 2.4 (< 2.4.4) | 7.3, 7.4, 8.0 |
Magento 2.4.8 removed the laminas/laminas-mail dependency. Module versions < 2.2 therefore
fail at runtime on 2.4.8 with Class "Laminas\Mail\Message" not found. Upgrade to ^2.2.
Installation
A normal installation would be something equal to:
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:
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.
Upgrading to 2.2.x
The 2.2 release removes the hard dependency on laminas/laminas-mail, which was
removed from Magento core in 2.4.8. The plugin now consumes Magento's own
Magento\Framework\Mail\MessageInterface directly. Existing template-variable
handling and admin configuration are unchanged.
After upgrade run:
Development
Static analysis uses the official PHPStan bridge for Magento.
See phpstan.neon for the configured rule level.
All versions of m2connector with dependencies
flowmailer/flowmailer-php-sdk-implementation Version ^1.0 || ^2.0
magento/framework Version ^103.0
magento/module-sales Version ^103
psr/log Version ^1.0 || ^2.0 || ^3.0