in reply to Trouble with sending more than one attachment
Further to Corion's post: In the
OPed code, in the statement
the shift @files expression takes only one file path, the first, from the @files array for attachment.$att_part = MIME::Lite::->new( 'Type' => 'application/octet-stream', 'Encoding' => 'base64', 'Path' => shift @files, );
Give a man a fish: <%-{-{-{-<
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Trouble with sending more than one attachment
by ytjPerl (Scribe) on Oct 19, 2020 at 18:56 UTC | |
by AnomalousMonk (Archbishop) on Oct 19, 2020 at 20:27 UTC | |
by pwagyi (Monk) on Oct 26, 2020 at 06:38 UTC |