Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
    &send_mail::send_email ($title, $desc, $link, $epoch, $file_name, \$$i
    +nput[2]);
    
  2. or download this
    
    package send_mail;
    ...
      $smtp->dataend(); # Finish sending the mail
      $smtp->quit; # Close the SMTP connection
    }