Reports mailing
- 1.8 Administration
- 1.8.1 Proxy
- 1.8.2 Recordings cleanup
- 1.8.3 Attachments cleanup
- 1.8.4 Archive folder
- 1.8.5 Reports mailing
- 1.8.6 Free SSL
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>