Help for this page

Select Code to Download


  1. or download this
    sub mailme {
            my $msg = MIME::Lite->new(
    ...
    if ( -s $scratchtps ) {
            &mailme;
    }