Help for this page

Select Code to Download


  1. or download this
        my $msg = MIME::Lite->new(
                From    => $from,
    ...
                Type    => $type,
                Data    => $htmlt
           );
    
  2. or download this
      $str = $msg->header_as_string;
      print "\n<br> Header: \n<br>".$str."<br>\n";