Table of Content
- Extension Installation Guide
- Configuration
- New Customer Registration Email Settings
- Newsletter Subscription Email Settings
- Newsletter Unsubscription Email Settings
- Wishlist Email Settings
- New Order Placement Email Settings
- Order Status Change Email Settings
- New Review Notification Settings
- Low Stock Alert Email Settings
- Admin Email Notification in Frontend
- For Magento Marketplace Customers:
Find the extension’s Composer name and version in its composer.json file.
- Login to your SSH and run:
- composer require meetanshi/magento2-admin-email-notifications
- Enter your authentication keys. Your public key is your username; your private key is your password.
- Wait for Composer to finish updating your project dependencies and make sure there aren’t any errors.
- To verify that the extension is installed properly, run the command:
- php bin/magento module:status Meetanshi_Notifications
- By default, the extension is probably disabled. Enable the extension and clear static view files:
- php bin/magento module:enable Meetanshi_Notifications --clear-static-content
- php bin/magento setup:upgrade
- For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
- For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
- php bin/magento cache:flush
- For Meetanshi Customers:
- Extract the zip folder and upload our extension to root of your Magento 2 directory via FTP.
- Login to your SSH and run below commands step by step:
- php bin/magento setup:upgrade
- For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
- For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
- php bin/magento cache:flush
- That’s it.
- Configuration
For configuring the extension, login to Magento 2, move to Stores > Configuration > Admin Email Notifications where you can find various settings to enable the extension.
- Admin Email Notifications: Enable the Admin Email Notifications extension from here.
- Email Sender: Select the Email sender.
- Receiver Email: Enter comma-separated Email IDs of the admin to receive email notifications. Make sure you don’t add space while adding multiple Email IDs.
- New Customer Registration Email Notifications Settings
The extension enables notification to admin on new customer registration for which one has to configure backend settings as shown below.
- New Customer Registration Notifications: Enable new customer registration Email notifications from here.
- Email Template: Select Email template.
- Newsletter Subscription Email Notifications Settings
Get notified when a user subscribes for the newsletter by configuring the below settings:
- Newsletter Subscriptions Notifications: Enable newsletter subscriptions notifications from here.
- Email Template: Select the email template.
- Newsletter Unsubscription Email Notifications Settings
Get notified when a user unsubscribes for the newsletter by configuring the below settings:
- Newsletter Unsubscription Notifications: Enable newsletter unsubscription notifications from here.
- Email Template: Select email template
- Wishlist Email Notifications Settings
When a user creates a wishlist, admin can be notified by configuring the below settings.
- Wishlist Notifications: Enable the wishlist email notifications from here.
- Email Template: Select the email template.
- New Order Placement Email Notifications Settings
Whenever a new order is placed in the Magento 2 store, admin gets a notification email for the same with the below configurations.
- New Order Placement Notification: Enable the new order placement email notifications from here.
- Email Template: Select the email template.
- Order Status Change Email Notifications Settings
Admin can be notified when an order status is changed and act accordingly. For example, if an order is canceled, the notification can alert the admin to find the reason for an order cancelation. Configure the below settings to enable the order status change notifications via email.
- Order Status Change Email Notifications: Enable the order status change email notifications from here.
- Send Email When Order Status Changes to: Select the order status on which of the change to get email notifications.
- Email Template: Select the email template.
- New Review Email Notification Settings
Get notified when a new review is submitted by configuring the below settings:
- New Review Notifications: Enable new review notifications from here.
- Email Template: Select the email template.
- Low Stock Alert Email Settings
The extension is useful to manage the stock in the Magento 2 store. It facilitates email notifications for admin whenever the stock is lower than the threshold value! Get the below configurations done to enable it.
- Low Stock Notification: Enable low stock alert email notification from here.
- Low Stock Threshold Quantity: Set the threshold quantity value for the low stock.
- Email Template: Select the email template.
- Admin Email Notifications in Frontend
Once the email settings are configured, the admin receives notification emails for the important store and customer activities. Some of the examples are shown here.
- New Customer Registration Email to Admin
- Customer Subscription Email to Admin
- Customer Unsubscription Email to Admin
- Wishlist Email to Admin
- New Order Placement Email to Admin
- Order Status Update Email to Admin
- New Review Received Email to Admin
- Low Stock Alert Email to Admin