e-mail-sending

Purpose

Enables or disables email report production. The content is restricted to the values 'enable' and 'disable'. Disabling email does not stop logging.

Contained by

Example

<logging>
  <log-file>device_log</log-file>
  <e-mail>
    <e-mail-sending>enable</email-sending>
    <config>
      <smtp>
        <host>smtp.mycorp.com</host>
      </smtp>
      <from>
        <address>admin@mycorp.com</address>
        <name>mcs_admin</name>
      </from>
      <to>
        <address>devices@antennasoftware.com</address>
        <name>volantis_devices</name>
      </to>
      <period>week</period>
    </config>
  </e-mail>
</logging>

Related topics