Skip to content

Email Notifier

Configuration

event:
  notifiers:
    email:
      enable: true
      smtp_server: mailout.example.net:25
      from: noreply@example.net
      channels:
        # important events for the noc
        - to: noc@example.net
          events:
            - ARP_BOGON_DETECTED
            - ARP_PROXY_DYNAMIC
        # catch-all
        - to: bulk@example.net