Help for this page

Select Code to Download


  1. or download this
    $msg = MIME::Lite->new(
               From    =>'peschkaj@bsddev1.qwest.net',
               To      =>'jeremiah.peschka@qwest.com',   
    ...
               Path     =>'$fileName',
               Filename =>'AcLog.txt';
    $msg->send;