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 147 forks source link

Can't install because of Magento_Review #114

Closed smoi closed 6 years ago

smoi commented 6 years ago

I'm installing the module using

php -f bin/magento module:enable --clear-static-content MagePal_GmailSmtpApp

and I've disable the Magento_Review extension and during the install of the module I get this error

Cannot enable MagePal_GmailSmtpApp because it depends on disabled modules: Magento_Review: MagePal_GmailSmtpApp->Magento_Backend->Magento_Reports->Magento_Review

Is there a way to install it without the review module?

smoi commented 6 years ago

even if I got that error the extension is installed in the backend. I've configured the smtp and it sends the test email but I don't receive any other email like orders, forgot password etc

srenon commented 6 years ago

Could you update this ticket with relevant info about your store (see new issue template by clicking on "New Issue" and fill out more info about your store)

smoi commented 6 years ago

here it is

Magento version #:

2.2.5

Edition (EE, CE, OS, etc):

CE

Expected behavior:

Order confirmed email

Actual behavior:

Email is not sent even if the test emails are successfully sent, also forgot password works

srenon commented 6 years ago

@smoi ... take a look at https://github.com/magepal/magento2-gmail-smtp-app/issues/113

smoi commented 6 years ago

Hi @srenon ,

thank you, i've followed this and fixed Magento bug