Receiving email if scheduled task fails.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
Is there any way using which we can recieve email notification if the
scheduled task fails to run. May using script or something ....

Suraj
 
SunRace said:
Hello,
Is there any way using which we can recieve email notification if the
scheduled task fails to run. May using script or something ....

Suraj

Place your scheduled task inside a batch file, then check its
result at the end and use a Command Line mailer to notify
you of any failures. There are several such mailers in the
public domain, e.g. mailto.exe, sendmail.exe. blat.exe.
 
Back
Top