mailjet / mailjet-magento2

The official Mailjet plugin for Magento 2
MIT License
5 stars 5 forks source link

"Zend\Mail\Message" not found in Magento 2.4.6-p3 #11

Open FremRon opened 6 months ago

FremRon commented 6 months ago

The magento mailjet module is affected by this bug : https://github.com/magento/magento2/issues/38421

To sum up : when dependency laminas/laminas-server is updating from v2.16.0 to v2.17.0, this cause laminas/laminas-zendframework-bridge to be removed. This package is required by a lot of 3rd party SMTP extensions that still use Zend\Mail as is Mailjet module.

The fix is to switch from Zend to Laminas.

tweetyx commented 6 months ago

vendor\mailjet\mailjet-magento2\Helper\Data.php change on line 281 \Zend\Http\Client\Adapter\Socket $zendHttpClient for \Laminas\Http\Request $zendHttpClient