maintenance: Log deletion notification to stdout

This commit is contained in:
Daniel Friesel 2022-02-18 17:21:49 +01:00
parent 582bfbe661
commit 01053f9d41
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -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},