lsascha / registeraddress

newsletter registration extension to tt_address made in Extbase + Fluid for Typo3. with double-opt in, user editing and unsubscribing
GNU General Public License v2.0
7 stars 18 forks source link

Feature Request: sending adminmail if a user updates his profile #36

Open argerweb opened 6 years ago

argerweb commented 6 years ago

In some cases it's important for the admin that he receives an email if someone updated it's profile. Some customers have to update the internal customer database as well if someone changed the name or email.

lsascha commented 6 years ago

Not sure if it helps you, but you can pretty easily connect to the signal updateBeforePersist inside your own extension and do whatever you need.

argerweb commented 6 years ago

Hey Isasche. Thanks a lot for your answer and your work.

Not shure if we missunderstood us... I don't wanna connect to any signal. It's not the target to connect to an ERP or anything else. I just know that in many cases it's helpful for the admin if he receives an email when someone changed his profile. In this cases already an other email would be helpful. Like User xy updated his profile with the following data.

lsascha commented 6 years ago

Hi. Thats exactly what you can use the existing signals for. However you need to code a bit to send the e-mail when this case happens as its not possible out of the box. (i personally would think this can become annoying when you get an e-mail every time someone changes something :) )