in reply to Re: problem with sending a file's content using Mail::Sender
in thread problem with sending a file's content using Mail::Sender
my second problem is, how to send a mail if transfer failed .# send a mail when transfer completed my $mail = new Mail::Sender {smtp => 'localhost', from => $linux}; $mail->MailMsg({to => $recipient, subject => 'data transfer', msg => $content});
|
|---|