Table of Contents | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
General Mail Settings in the ./config/factory.ini
The general mail settings are made during the JobScheduler Setup. These are stored in the ./config/factory.ini file.
These settings apply to all jobs, but this can be overridden in the job configuration.
In the section [spooler] you have entries for the email addresses of the sender and recipients (incl. cc and bcc). Use a comma to separate multiple email addresses.
...
Code Block |
---|
; send mail with job log in case of error (yes|no, default: no) mail_on_error = yes ; send mail with job log in case of errors and warnings (yes|no, default: no); only for api jobs mail_on_warning = yes ; send mail with job log in case of success (yes|no, default: no) mail_on_success = no ; send mail with job log in case of process steps (yes|no|1|2|n, default: no); only for standalone api jobs mail_on_process = no |
In a section [smtp] you can set an email account if necessary
...
Look here for more information about the factory.ini.
Mail Settings in the Job Configuration
When you configure a Job in JOE (JobScheduler Object Editor) then you have the Job displayed in the left tree view.
Open the Job and then open the Job Settings.
Mail Settings in the Job Chain Configuration
Mail settings are only configurable for a Job.
...