- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
email configurations
how do i configure email in my magento2 store
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: email configurations
Configure the SMTP extension into your magento 2 store , enter proper details and then email on the store will work.
here is the extension link - https://github.com/mageplaza/magento-2-smtp
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: email configurations
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: email configurations
Magento 2 have that ability to send emails on proper events and actions.
But actually email sending and receiving done by any email services only like Postfix , SMTP etc.
so if you don't wanted to install the extension then you need to configured that services on your server level , so ask your hosting provider to install the Postfix or other email service
then integrate with magento 2 and your email will be worked !!
hope it helps
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: email configurations
In Magento 2, Mail isn't sent by SMTP by default, it uses php function mail().
To use SMTP you have to install free extension Gmail SMTP,
Its free and you can download from below github repository,
https://github.com/magepal/magento2-gmail-smtp-app
Magento 2 Blogs/Tutorial
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: email configurations
any extensions.and i didn't configured mail services on server for that
.but email is working properly
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: email configurations
mails. how do i resolve this problem