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

compatible with magneto 2.2.5? no order confirmation mail, no shipment mail #117

Closed
Jacob-Wilsons opened this issue Jul 6, 2018 · 4 comments

Comments

@Jacob-Wilsons
Copy link

Jacob-Wilsons commented Jul 6, 2018

Is this extension compatible with magneto 2.2.5?

I have the same issue as described issues/16231

Preconditions
magento 2.2.5
magento2-gmailsmtpapp

Steps to reproduce

Upgrade magento to 2.2.5
Check Stores-> Advanced -> System -> Gmail/Google Apps SMTP Pro, all configurations are ok.
Click "Send test email", can receive test mail correctly.
Can send mail when a new user is registered.
Can send mail when password reset.
Can send mail when newsletter subscribed/ unsubscribe

After user placing an order (payment via paypal, or payment as "cash / check" method), no confirmation mail, after ship the order, no shipment mail.

I'm not sure, if this issue is related to magento2-gmailsmtpapp extension or to magento core file ?

Thanks

@Jacob-Wilsons Jacob-Wilsons changed the title Comfortable with magneto 2.2.5? no order confirmation mail, no shipment mail compatible with magneto 2.2.5? no order confirmation mail, no shipment mail Jul 6, 2018
@srenon
Copy link
Contributor

srenon commented Jul 7, 2018

This is a core bug... take a look at #116 and #113

@srenon srenon closed this as completed Jul 7, 2018
@Jacob-Wilsons
Copy link
Author

@srenon tank you. I found the bug and fixed it in TransportPlugin.php

I have a question about updating gmail-smtp-app module.
If installed via composer it is all clear.
What is the correct way to update it if was installed manually without using composer? Thanks

@srenon
Copy link
Contributor

srenon commented Jul 8, 2018

You could either:

  1. Delete folder app/code/MagePal and install using composer (all your setting should still be save in the db)

  2. Download master branch at https://github.com/magepal/magento2-gmail-smtp-app/archive/master.zip and replace the content of app/code/MagePal

@Jacob-Wilsons
Copy link
Author

Method above worked just fine. Thank you @srenon

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