maintenance: Log deletion notification to stdout
This commit is contained in:
parent
582bfbe661
commit
01053f9d41
1 changed files with 5 additions and 4 deletions
|
@ -93,6 +93,7 @@ sub run {
|
|||
);
|
||||
|
||||
for my $user ( $to_notify->hashes->each ) {
|
||||
say "Sending account deletion notification to uid $user->{id}...";
|
||||
$self->app->sendmail->age_deletion_notification(
|
||||
name => $user->{name},
|
||||
email => $user->{email},
|
||||
|
|
Loading…
Reference in a new issue