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