cancel
Showing results for 
Search instead for 
Did you mean: 

Keien emailbenachrichtigung beim Ändern von Kunden eMail Adresse im Backend

SOLVED

Keien emailbenachrichtigung beim Ändern von Kunden eMail Adresse im Backend

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

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Keien emailbenachrichtigung beim Ändern von Kunden eMail Adresse im Backend

@mironsoft_de 

If it helps you, please accept it as solution.

Regards.

View solution in original post

2 REPLIES 2

Re: Keien emailbenachrichtigung beim Ändern von Kunden eMail Adresse im Backend

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.

Re: Keien emailbenachrichtigung beim Ändern von Kunden eMail Adresse im Backend

@mironsoft_de 

If it helps you, please accept it as solution.

Regards.