in reply to attach with unix mail
ref ($sender = new Mail::Sender({ from => 'you@abc.com', smtp => 'smtp.server.com'} )) or die "$Mail::Sender::Error\n"; (ref ($sender->MailFile({ to =>'recipient@xyc.com', subject => "Here is the file", msg => "Attached is your file", file => "$filename" }))
|
|---|