Reports mailing

It is possible to configure automatic mailing of reports.

<service required="false" text="Automatic reports mailling">ims.reports.AutomaticReports#start()</service>

A change in the configuration is necessary for reporting to work correctly. Additionally it is necessary to configure default settings of the report mailing account.

<section name="report">
    <section name="smtp">
      <value name="port">25</value>
      <value name="from">alert@cadas.pl</value>
      <value name="password">enc:+JR9VQelZEI=</value>
      <value name="username">alert</value>
      <value name="host">mail.cadas.pl</value>
    </section>
  </section>