Skip to content

Commit cd1fdd1

Browse files
anmironovabdonpijpelinkgmaroulielasticmachine
authored
ses_account email_defaults (#92453)
* Update email.asciidoc for ses_account I see in some cases that email_defaults: from: <email address of service account> is necessary (as in the example for Microsoft Exchange). * Update x-pack/docs/en/watcher/actions/email.asciidoc Co-authored-by: Mary Gouseti <[email protected]> * Incorporate review feedback --------- Co-authored-by: Abdon Pijpelink <[email protected]> Co-authored-by: Mary Gouseti <[email protected]> Co-authored-by: Elastic Machine <[email protected]>
1 parent affcad1 commit cd1fdd1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

x-pack/docs/en/watcher/actions/email.asciidoc

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,15 +379,19 @@ http://aws.amazon.com/ses[Amazon Simple Email Service] (SES) SMTP service:
379379
--------------------------------------------------
380380
xpack.notification.email.account:
381381
ses_account:
382+
email_defaults:
383+
from: <email address of service account> <1>
382384
smtp:
383385
auth: true
384386
starttls.enable: true
385387
starttls.required: true
386-
host: email-smtp.us-east-1.amazonaws.com <1>
388+
host: email-smtp.us-east-1.amazonaws.com <2>
387389
port: 587
388390
user: <username>
389391
--------------------------------------------------
390-
<1> `smtp.host` varies depending on the region
392+
<1> In certain cases `email_defaults.from` is validated by Amazon SES to ensure
393+
that it is a valid local email account.
394+
<2> `smtp.host` varies depending on the region.
391395

392396
To store the account SMTP password, use the keystore command
393397
(see {ref}/secure-settings.html[secure settings])

0 commit comments

Comments
 (0)