Help for this page

Select Code to Download


  1. or download this
    retrying in 1 seconds...
    retrying in 1 seconds...
    
  2. or download this
       my %mailnotif = ( To      => 'toname@where.com',
                              From    => 'fromname@where.com',
    ...
                             );
            $mailnotif{smtp} = '111.111.11.111';
            sendmail(%mailnotif) || die "\nProblem! $Mail::Sendmail::error
    +\n";