Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
1.12, 1.13
-
None
Description
Current Situation
When using the com.sos.jitl.mail.smtp.SmtpMailMonitor monitor then an e-mail is sent according to the job's parameters. For example, when MailOnSuccess_to is set then an e-mail is sent in case of success. There is no option that allows to disable the monitor for different execution results.
Desired Behavior
The com.sos.jitl.mail.smtp.SmtpMailMonitor should support parameters to temporarily disable mail from being sent. The parameters can be set e.g. in the spooler_task_before monitor.
Default: true
- MailOnError_enabled=true/false
- MailOnSuccess_enabled=true/false
- MailOnJobStart_enabled=true/false
Patch
A patch FOR RELEASE 1.13.9 is available here.
Instructions
- Download the patch
- Copy the file to $SCHEDULER_HOME/lib/patches
- Restart JobScheduler Master