magepal / magento2-gmail-smtp-app

Configure Magento 2 to send email using Google App, Gmail, Amazon Simple Email Service (SES), Microsoft Office365 and many other SMTP (Simple Mail Transfer Protocol) servers
https://www.magepal.com
319 stars 148 forks source link

Support PHP 7.3.10 #154

Closed otamate closed 4 years ago

otamate commented 4 years ago

Magento version #:

2.3.3

Edition (EE, CE, OS, etc):

CE

Expected behavior:

Compatibile with PHP 7.3.10

Actual behavior:

Incompatibile with PHP 7.3.10

Steps to reproduce:

Attempt to update when running PHP 7.3.10

Preconditions

srenon commented 4 years ago

@otamate ... could you please add the error message

octoxan commented 4 years ago

PHP Fatal error: Uncaught TypeError: Argument 1 passed to MagePal\GmailSmtpApp\Plugin\Mail\TransportPlugin::sendSmtpMessage() must implement interface Magento\Framework\Mail\MessageInterface, instance of Magento\Framework\Mail\EmailMessage given is the error I get, whenever I go to place orders, only on 7.3

srenon commented 4 years ago

What version of our extension are you using?