Help for this page

Select Code to Download


  1. or download this
    my @list_of_file_names = ('file1.txt','another_file.doc','/and/this/fi
    +le.pdf');
    $sender->MailFile(
    ...
    ...
        file    => \@list_of_file_names,
    }
    
  2. or download this
    ...
    $sender->MailFile({
        ...
        file => ['file1.txt','another_file.doc','/and/this/file.pdf'],
    })