Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
FremRon opened this issue Mar 13, 2024 · 1 comment
Open

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

FremRon opened this issue Mar 13, 2024 · 1 comment

Comments

@FremRon
Copy link

FremRon commented Mar 13, 2024

The magento mailjet module is affected by this bug :
magento/magento2#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
Copy link

tweetyx commented Mar 19, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants