Help for this page

Select Code to Download


  1. or download this
    Cannot find a SASL Connection library at PERL2EXE_STORAGE/Net/SMTP.pm line 137
  2. or download this
    'File::Spec'                     => '3.30',
    'File::Spec::Win32'              => '3.30',
    'File::Spec::Unix'               => '3.30',
    ...
    'Authen::SASL::Perl::LOGIN'      => '1.03',
    'Authen::SASL::Perl::PLAIN'      => '1.04',
    'Authen::SASL::CRAM_MD5'         => '0.99',
    
  3. or download this
    #!/usr/bin/perl
    use warnings;
    ...
      $NetSMTP->quit;
      print "<br>Done.";
    }