AWS SES configuration error

As my mail verified in AWS SES is myname@mydomain.com.
My configuration in /etc/elasticsearch/elasticsearch.yml is

xpack.notification.email.account:
ses_account:
smtp:
auth: true
starttls.enable: true
starttls.required: true
host: email-smtp.us-west-2.amazonaws.com
port: 587
user: @@@@@@@@@@@@@@@
password: ################################

Im getting "Caused by: com.sun.mail.smtp.SMTPSendFailedException: 554 Message rejected: Email address is not verified. The following identities failed the check in region US-WEST-2: elasticsearch@ip-10-31-65-24.us-west-2.compute.internal"

where can I configure from email as myname@mydomain.com , so that it will verified in AWS SES.

Thanks in Advance.

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