Vinai / customer-activation

Magento extension which makes it impossible for a customer to log in until the account has been activated by the administrator.
120 stars 59 forks source link

Unable to Select Email From (Name and Email) #122

Open dev-rutulshah opened 6 years ago

dev-rutulshah commented 6 years ago

Hi,

This extension works fine to a greater extent. I'm running multiple stores and need to notify admin using the email based on the store the customer have registered.

Let's take an example here what I'm looking for: There are 2 stores : ABC and PQR

  1. Email from ABC are being sent as ABCabc@example.com
  2. Email from PQR are being sent as PQRpqr@example.com

Instead of this happening, admin always receive notification from default store as ABCabc@example.com even though customer registers an account on store PQR.

Any help with this would be really appreciated!

TIA!

Vinai commented 6 years ago

I'm sorry, I haven't got a working Magento 1 instance to check it out available any more. It's been so long that I've worked on this extension, I don't remember any of it's code any more. Maybe someone else who is working with Magento 1 will be able to help.

Vikram0811 commented 6 years ago

Is the extension available for Magento 2?

Vinai commented 6 years ago

No, it isn’t. So far I have had no need for it.

Vikram0811 commented 6 years ago

Can you please suggest, how do we notify admin when a new customer account is created in Magento 2 ? Or any extensions which does the job?