Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    
    # Change this to the LITERAL PATH to the files you wish to mail. Do no
    +t forget the ending / #
    $filelocation="/path/to/your/cgi-bin/attachit/";
    
  2. or download this
    # Change this to the email address you want mails to be sent FROM and 
    +leave \ behind the @ sign#
    $adminmail="You\@YourDomain.com";
    ...
    
    return $res;
    }
    
  3. or download this
    sub mimetype
    {
    ...
    return ($y);
    }
    return 1;