Unverified Commit 01053f9d authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

maintenance: Log deletion notification to stdout

parent 582bfbe6
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -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},