Help for this page
push @parts, Email::MIME->create( attributes => { filename => $filename, ... }, body => io( $opts->{attach_file} )->binary->all, )
push @parts, Email::MIME->create( attributes => { ... }, body => io( $opts->{attach_file} )->binary->all, )