yukoff / magento2-sendgrid-smtp

Magento2 plugin to send email via SendGrid(tm)
12 stars 5 forks source link

Magento 2.3 not supported. #7

Open LiamKarlMitchell opened 5 years ago

LiamKarlMitchell commented 5 years ago

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.

jitheesh-db commented 5 years ago

Same issue with Magento 2.2.8. @LiamKarlMitchell did you find a fix for this issue?

sanjeev-bizspice commented 5 years ago

@LiamKarlMitchell any fix for this issue??

syedsaleem086 commented 5 years ago

Same issue with Magento 2.2.8. @LiamKarlMitchell Any updates

jwdegeus commented 5 years ago

Same issue with Magento 2.3.1.

sanjeev-bizspice commented 5 years ago

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

edurodriguesdias commented 5 years ago

Thanks @sanjeev-bizspice