Help for this page

Select Code to Download


  1. or download this
    #main.pl
    use Gbl;
    ...
      $Gbl::runContext = $Gbl::runSMTP;
    }  
    ...
    
  2. or download this
    # GBL.pm
    package Gbl;
    our $runSMTP = 2
    1;