Help for this page

Select Code to Download


  1. or download this
    if ($MailTo !~ /\@*\./) {
    #set a kill flag
    #print a message
    }
    
  2. or download this
    use Net::SMTP;
    use CGI ':standard';
    ...
    
    print  "</body>\n
            </html>";