-
Notifications
You must be signed in to change notification settings - Fork 5
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
Magento 2.3 not supported. #7
Comments
Same issue with Magento 2.2.8. @LiamKarlMitchell did you find a fix for this issue? |
@LiamKarlMitchell any fix for this issue?? |
Same issue with Magento 2.2.8. @LiamKarlMitchell |
Same issue with Magento 2.3.1. |
yes, you can use mageplaza smtp extension as an alternative to this. It supports sengrid as well and is compitable with magento 2.3.1 |
Thanks @sanjeev-bizspice |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Store -> System -> SendGrid SMTP
Gives an error.
composer require sendgrid/email-delivery-simplified
"[InvalidArgumentException]
Could not find a matching version of package sendgrid/email-delivery-simplified. Check the package spelling, your version constraint and that the package is available in a stability which matches your minimum-stability (stable)."
Installed via downloaded zip manually.
When viewing Magento Dashboard | System | SendGrid | Settings
I get the following error.
1 exception(s):
Exception #0 (InvalidArgumentException): The message should be an instance of \Zend_Mail
Suspect in the code that MessageInterface $message may not be an instance of Zend_Mail.
Magento 2.3 uses Zend Framework 2 not ZF1 so need to use Zend\Mail\Message not Zend_Mail
https://zf2.readthedocs.io/en/release-2.2.3/modules/zend.mail.attachments.html
Can you please release an updated version for Magento 2.3
Although not sure if this repo is the same one.. forgive me if not I've already sent a support ticket to sendgrid.
The text was updated successfully, but these errors were encountered: