my %mailnotif = ( To => 'toname@where.com', From => 'fromname@where.com', Subject => "info", Message => "stuff here.", ); $mailnotif{smtp} = '111.111.11.111'; sendmail(%mailnotif) || die "\nProblem! $Mail::Sendmail::error\n";