Raj
Raj

Reputation: 65

Email Notification not delivered to customers in Magento

I am new to Magento. As an admin i am getting email notifications on orders. But customer doesn't get any email notification on orders, password reset, etc. Is there any settings to be enabled it for customers?

Upvotes: 1

Views: 1838

Answers (1)

Antoine Martin
Antoine Martin

Reputation: 657

First, in your admin panel under "System->Configuration" menu :

  1. "General->Store Email Addresses" : you can set sender email here

  2. Advanced->System" : in "mail sending settings" section, be sure to configure :

    Disable Email Communications => No

Next, you have ton configure SMTP setting to prevent your mails from being recognized as spam. Install and configure SMTP Pro Extension and you're done.

Upvotes: 1

Related Questions