Help for this page

Select Code to Download


  1. or download this
    for my $file (@files) {
        my $att_part = MIME::Lite::->new(
    ...
    
        $msg->attach($att_part);
    };