Help for this page

Select Code to Download


  1. or download this
    sub sendemail {    
        $j = 0;
    ...
    MIME::Lite->send('smtp', $mail_host, Timeout=>60);
    $msg->send or push @notsent,$email;
    }
    
  2. or download this
    # Show the results of the send. This sub checks to
    # see if the array contains any addresses that it coulnd't send to and
    + displays them:
    ...
    print "<p><a href=$accountmanagement>Return to the Account Management 
    +Area</a></p>";
    print "<p><a href=$locscriptdownload>Visit the Script Repository</a></
    +p>";
    }
    
  3. or download this
    $msg->send or push @notsent,$email;
    
  4. or download this
    #!/usr/local/bin/perl
    # This script sends out an email to a specified group of individuals f
    +rom
    ...
    DIENICE
            exit;
    }