Hello, I want send a mail with the watch of Elasticsearch. The mail is sending with an exim4 mailbox but I don't know how to configure Elasticsearch to send it.
I write this:
xpack.notification.email.account:
smtp_account:
profile: standard
smtp:
auth: true
starttls.enable: true
host: smtp-test.test.com
port: 587
user: toto@test.com
It doesn't work.
I use the last version of elastic.