Help for this page

Select Code to Download


  1. or download this
    sub mailme {
       my ($to, $sub, $file_path) = @_;
    ...
    }
    
    mailme('operations@xxxx.com', $sub, $log);