Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    $|=1;
    ...
        $msg->send;
        printf "Message sent.\n";
    }
    
  2. or download this
    #!/usr/bin/perl -w
    $|=1;
    ...
        $msg->send;
        printf "Message sent.\n";
    
  3. or download this
    MIME::Lite->send("smtp","localhost",Port=>9925);