<<
Koha::Email
use Koha::Email; my $email = Koha::Email->new(); my %mail = $email->create_message_headers({ to => $to_address, from => $from_address, replyto => $replyto });