in reply to Mail::Sender Distribution List
my $rd_list = 'a@a.com, b@b.com, etc@etc.com'; $sender->MailFile( { to => $rd_list, subject => 'Test', msg => "All, Please ignore this email! This is a test. Thanks, cc\n", file => $complete_file_path, }); [download]