wenn ich im Backend die Kundenemailadresse ändere, bekommt der Kunde das auch per eMail mitgeteilt. Die Nachricht get an die neue email Aderesse. Wie kann ich das abstellen?
Gruß
Vladimir
Solved! Go to Solution.
Hello @mironsoft_de ,
Override https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Controller/Adminhtml/... this file in your custom module and just comment/remove https://github.com/magento/magento2/blob/2.3-develop/app/code/Magento/Customer/Controller/Adminhtml/... this line in your custom module. It will solve your issue.
If this helps you, please accept this as solution and give kudos.
Regards.