Schedule Report - kibana.configuration trouble

Hi all,

I have Elastic Stack version 8.19. Is it possible to schedule report sending without using watchers or URLs?
We tried configuring this in kibana.yml:

Kibana Email settings

xpack.actions.preconfigured:
my-email:
name: preconfigured-email-connector-type
actionTypeId: .email
config:
service: ses
from: xxxxx@aaaa.it
host: email-smtp.eu-west-1.amazonaws.com
port: 587
secure: true
hasAuth: true
secrets:
user: **************
password:*************

notifications.connectors.default.email: my-email

But kibana doesn't start and we can't find any relevant errors in kibana.log.

Hello @Cristina_Marletta_Li

As per the below documentation it can be done via script as well :

As per the information shared i see you are using service as ses :

Could you please review the configuration once, also if Kibana is not starting there should be some logs which could help to find the exact cause & correct the configuration in kibana.yml

Thanks!!