...
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
...