Updated notify (markdown)
parent
ffe78e2ab4
commit
839e7c44e5
|
@ -661,8 +661,8 @@ You'll need to setup a API user with the following security permissions to send
|
||||||
```
|
```
|
||||||
Usage:
|
Usage:
|
||||||
```sh
|
```sh
|
||||||
export AWS_SES_ACCESS_KEY_ID="sdfsdfsdfljlbjkljlkjsdfoiwje"
|
export AWS_ACCESS_KEY_ID="sdfsdfsdfljlbjkljlkjsdfoiwje"
|
||||||
export AWS_SES_SECRET_ACCESS_KEY="xxxxxxxxxxxxxx"
|
export AWS_SECRET_ACCESS_KEY="xxxxxxxxxxxxxx"
|
||||||
# Use the REGION column from the table
|
# Use the REGION column from the table
|
||||||
# https://docs.aws.amazon.com/general/latest/gr/ses.html
|
# https://docs.aws.amazon.com/general/latest/gr/ses.html
|
||||||
export AWS_SES_REGION="xx-xxxx-x"
|
export AWS_SES_REGION="xx-xxxx-x"
|
||||||
|
|
Loading…
Reference in New Issue