Help for this page

Select Code to Download


  1. or download this
            if ($in{'type'} eq "multipart") {
                     print MAIL "MIME-Version: 1.0\n";
    ...
                                     print MAIL "-------------------------
    +--------------------------------------------<br><br>";
                             }
             }
    
  2. or download this
    my $msg = '';
    
    ...
      $msg .= $htmlremove if $in{'remove_notice'} eq "1";
    }
    print MAIL $msg;