Addressed some more comments
Signed-off-by: keithhc2 <keithhc2@users.noreply.github.com>
This commit is contained in:
parent
d7f42451e4
commit
7d3a880d74
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
|
|
@ -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 <sender_name> 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 <sender_name> is the name you entered for **Sender** earlier.
|
||||
|
||||
```json
|
||||
opensearch.notifications.core.email.<sender_name>.username
|
||||
|
|
Loading…
Reference in New Issue