stable

Clone or download

Read-only

story #13810 Add logger to log automatic account suspension emails

The logger performs the following: -- Listing the impacted users -- Tracking each individual mail (status: sent or not sent) Change-Id: I47c8808f7ceb5f900ccd58d568ddbf33e36bcd1c

Modified Files

Name
A src/common/mail/AutomaticMailsLogger.php +38 −0 Go to diff View file
M src/common/mail/AutomaticMailsSender.php +36 −2 Go to diff View file
M src/etc/logrotate.syslog.dist +8 −0 Go to diff View file
M src/utils/tuleap.php +3 −1 Go to diff View file
M tests/phpunit/common/mail/AutomaticMailsSenderTest.php +10 −1 Go to diff View file