Addressed some more comments

Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
keithhc2 2022-05-24 16:34:47 -07:00
parent d7f42451e4
commit 7d3a880d74
2 changed files with 8 additions and 8 deletions

View File

@ -224,13 +224,13 @@ POST /_plugins/_notifications/configs/
"name": "Sample Email Channel",
"description": "Sample email description",
"config_type": "email",
"is_enabled" : true,
"email" : {
"email_account_id" : "<email_account_id>",
"recipient_list" : [
"sample@email.com"
]
}
"is_enabled": true,
"email": {
"email_account_id": "<email_account_id>",
"recipient_list": [
"sample@email.com"
]
}
}
}
```

View File

@ -119,7 +119,7 @@ To send or receive notifications with email, choose **Email** as the channel typ
### Authenticate sender account
If your email provider requires SSL or TLS, you must authenticate each sender account before you can send an email. Enter these credentials in the OpenSearch keystore using the command line interface (CLI). Run the following commands (in your OpenSearch directory) to enter your user name and password. The &lt;sender_name&gt; is the name you entered for **Sender** earlier.
If your email provider requires SSL or TLS, you must authenticate each sender account before you can send an email. Enter the sender account credentials in the OpenSearch keystore using the command line interface (CLI). Run the following commands (in your OpenSearch directory) to enter your user name and password. The &lt;sender_name&gt; is the name you entered for **Sender** earlier.
```json
opensearch.notifications.core.email.<sender_name>.username