ES 7.9.2 and mail notification

HI Folks,
I would like to test mail notification. here is the part of my elk.yml:

xpack.notification.email:
  default_account: exchange_account
  account.exchange_account.profile: outlook
  account.exchange_account.email_defaults.from: elastic_dev@xxx.pl
  account.exchange_account.smtp:
    auth: false
    starttls.enable: false
    host: mail.xxx.pl
    port: 25
    user: elastic_dev@xxx.pl

I tried mail notification via kibana and alet actions (it worked) but this is beta feature, I rather like to have xpack notifications.
p.s. alert and actions used config from kibana connectors, how to test xpack notification ?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.