Help for this page

Select Code to Download


  1. or download this
          push @parts, Email::MIME->create(
              attributes => {
                  filename     => $filename,
    ...
              },
              body => io( $opts->{attach_file} )->binary->all,
          )
    
  2. or download this
          push @parts, Email::MIME->create(
              attributes => {
    ...
              },
              body => io( $opts->{attach_file} )->binary->all,
          )