Help for this page

Select Code to Download


  1. or download this
    foreach $image (@htmlimages) {
        $msg->attach(
    ...
            Path => "./$image"
        );
    }
    
  2. or download this
    $msg->close(Type => multipart/related);