use Mail::Sender; my $mfrom = $mailFrom ; my $pdfmail = new Mail::Sender {from => $mfrom,smtp => 'localhost'}; $pdfmail->MailFile({to => $cemail, subject => $subjectLine, msg => $line."\n", file => $pdfout});