Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents
outlinh1. true
outlinh1. true
1printablefalse
2stylh1. none
3indent20px

E-Mail Service

  • It is possible to manipulate the behaviour of the JobScheduler e-mail service.
  • The JobScheduler e-mail service use a stylesheet config/scheduler_mail.xsl for mail transformation.
  • It

...

  • is shipped with the standard installation.

To do that

  • create a new stylesheet e.g. config/my_scheduler_mail.xsl as copy of config/scheduler_mail.xsl and edit config/my_scheduler_mail.xsl.
  • change the configuration file scheduler.xml as follows:
Code Block
languagexml
 <spooler>
   <config mail_xslt_stylesheet = "config/my_scheduler_mail.xsl">
     ...
   </config>
 </spooler>

...

See also