I have the case here to be able to send to multiple emails when something in my network goes down. The normal thing to do is create a user for each email and select the specifis equipment for these users. The problem is : I don't want to do this!
I modified different portions of code to ba able, for a user, to specifie multiple emails with the formula multi:email1@domain.com,email2@domain.com,email3@domain.com....
src\templates\default\module\user\profile.tpl.html line 38
I have the case here to be able to send to multiple emails when something in my network goes down. The normal thing to do is create a user for each email and select the specifis equipment for these users. The problem is : I don't want to do this!
I modified different portions of code to ba able, for a user, to specifie multiple emails with the formula multi:email1@domain.com,email2@domain.com,email3@domain.com....
src\templates\default\module\user\profile.tpl.html line 38
src\templates\default\module\user\user\update.tpl.html line 44
src\psm\Module\User\Controller\UserController.php ligne 232
src\psm\Module\User\Controller\ProfileController.php ligne 109
src\psm\Util\Server\Updater\StatusNotifier.php ligne 221
In the same time, to view correctly the information in the users list, I modified the code
src\templates\default\module\user\user\list.tpl.html line 52 (the line where the email show)
Last edit: Tommy Grignon 2017-08-10