- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
my magento 2.2.3 store is not able to send mails.but it's properly working on server.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Store code issue with magento 2.2.3
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Store code issue with magento 2.2.3
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Store code issue with magento 2.2.3
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content