#!/usr/bin/perl use Mail::Sender; my $sender = Mail::Sender->new(smtp => $mailserver, from => $mailfrom); $sender->MailFile( {to => $mailto, subject => 'Daily report file', file => $outfile} );
In reply to Re: Mail::Sender not attaching XLS file
by zentara
in thread Mail::Sender not attaching XLS file
by bulrush
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |