Skip to content

Commit b61d3e0

Browse files
committed
Fix email description
1 parent 58042f4 commit b61d3e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/infra/notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ bin/terraform-init "infra/<APP_NAME>/service" "<ENVIRONMENT>"
3939
APPLICATION_ID="$(terraform -chdir=infra/<APP_NAME>/service output -raw pinpoint_app_id)"
4040
```
4141

42-
Then run the following command, replacing `<SENDER_EMAIL>` with the email address configured in notifications.tf (defaults to `notifications@<DOMAIN_NAME>`).:
42+
Then run the following command, replacing `<RECIPIENT_EMAIL>` with the email address you want to send to. Note that the sender email will be the email address configured in notifications.tf (defaults to `notifications@<DOMAIN_NAME>`):
4343

4444
```bash
4545
aws pinpoint send-messages --application-id "$APPLICATION_ID" --message-request '{
4646
"Addresses": {
47-
"<SENDER_EMAIL>": { "ChannelType": "EMAIL" }
47+
"<RECIPIENT_EMAIL>": { "ChannelType": "EMAIL" }
4848
},
4949
"MessageConfiguration": {
5050
"EmailMessage": {

0 commit comments

Comments
 (0)