Help for this page
my $ciphertext = $pgp->encrypt( Filename => $file, Recipients => $key_id, Armour => 1, );
use Mail::Sender; $sender = new Mail::Sender ... subject => 'Here is the file', msg => "I'm sending you the list you wanted.", file => 'filename.txt'});