cancel
Showing results for 
Search instead for 
Did you mean: 

Store code issue with magento 2.2.3

SOLVED

Store code issue with magento 2.2.3

my magento 2.2.3 store is not able to send mails.but  it's properly working on server.

2 ACCEPTED SOLUTIONS

Accepted Solutions

Re: Store code issue with magento 2.2.3

Hello @shweta_singh1

 

If you want to use Gmail details in module then you need to enable less secure app from Gmail.

 


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

View solution in original post

Re: Store code issue with magento 2.2.3

Did you try with Magepal Gmail SMTP Module. This would be useful for your case plz try and let me know. Magepal gmail smtp is best mail sender module for local host instance in magento2.

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

View solution in original post

12 REPLIES 12

Re: Store code issue with magento 2.2.3

Hello @shweta_singh1

 

do you mean email is not working in local?


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Store code issue with magento 2.2.3

yes

Re: Store code issue with magento 2.2.3

Hello,

 

Either you need to install https://github.com/mageplaza/magento-2-smtp or http://blog.techwheels.net/send-email-from-localhost-wamp-server-using-sendmail/

 

Hope it will help you.

 

If it will help you then mark as solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Store code issue with magento 2.2.3

when i'm trying to install smtp extension i am getiing the error:
Fatal error: Class 'Mageplaza\Core\Helper\AbstractData' not found in
/home/coraltr6/public_html/
gurgaonretailer.com/app/code/Mageplaza/Smtp/Helper/Data.php on line 32

now how do i install this extension

Re: Store code issue with magento 2.2.3

 

You need to install one of the best-known extension for GMail SMTP from github and after installing that extension your site doesn't come to any errors.

https://github.com/magepal/magento2-gmail-smtp-app

 

let me know if you have any issue.

 

 

 

If Issue Solved, Click Kudos/Accept As solutions. Get Magento insight from
Magento 2 Blogs/Tutorial

Re: Store code issue with magento 2.2.3

Hello @shweta_singh1

 

Seems like you installed the module into app folder, please remove from it, add module using composer 

 

Run below command from Magento root directory

composer require mageplaza/module-smtp

 

if you want to still install into app/code folder, then downlod core module from below link and install it

https://github.com/mageplaza/module-core

 

Hope it will help you.

 

If works then mark as a solution or give kudos.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Store code issue with magento 2.2.3

after installing magento when i tried to configure smtp from dashboard i
am getting error:
5.7.8 Username and Password not accepted. Learn more at 5.7.8
https://support.google.com/mail/?p=BadCredentials j127-v6sm5463603itj.19 -
gsmtp
how do i fix this error

Re: Store code issue with magento 2.2.3

Hello @shweta_singh1

 

you need to enable less secure app from gmail.

 

https://support.google.com/accounts/answer/6010255?hl=en

 

If it will help you then give kudos or mark as solution.


Problem solved? Click Kudos & Accept as Solution!
Sunil Patel
Magento 2 Certified Professional Developer & Frontend Developer

Re: Store code issue with magento 2.2.3

i didn't get what you said please explain in detail