cancel
Showing results for 
Search instead for 
Did you mean: 

email configurations

email configurations

how do i configure email in my magento2 store

 

6 REPLIES 6

Re: email configurations

Hi @shweta_singh1

 

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

if issue solved,Click Kudos & Accept as Solution

Re: email configurations

without any extension email will work or not in magento 2.2.3

Re: email configurations

Hi @shweta_singh1

 

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

if issue solved,Click Kudos & Accept as Solution

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

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

Re: email configurations

but my 2 other sites that is on magento 2.1.3 is working properly without
any extensions.and i didn't configured mail services on server for that
.but email is working properly

Re: email configurations

on server email server is configured but still site is not able to send
mails. how do i resolve this problem