UGF7DRW3ZILHAEBHYHIGL3OLQKURR4RWSDXJYJ5GLVTXHVMIR33AC
OI2FTIMYLE7J52RWJLNQWBQ6PUGEZSCNUZVRSIVJ2SUWDCSKCRNQC
# Skip if the emailResponsible field is disabled my $input = $eval->jobset->jobsetinputs->find({name => $i->name }); next unless $input->emailresponsible;
# Skip if the emailResponsible field is disabled
my $input = $eval->jobset->jobsetinputs->find({name => $i->name });
next unless $input->emailresponsible;