my $email = Koha::Email->create(
{
from => $from,
to => $to,
subject => 'Print notices for ' . $today_syspref,
text_body => ' ',
}
);
-