File tree Expand file tree Collapse file tree
sites/platform/src/development Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -120,8 +120,9 @@ Suppression lists prevent sending to addresses that have bounced or blocked your
120120
121121### Bounces
122122
123- The bouncelist contains addresses that have hard-bounced. The system automatically suppresses further sending attempts to these addresses.
123+ The bounce list contains addresses that have hard-bounced. The system automatically suppresses further sending attempts to these addresses.
124124
125+ <!-- vale of -->
125126#### List bounced addresses
126127
127128``` bash
@@ -134,7 +135,7 @@ curl "https://sendgrid.pltfrm.sh/api/v1/sendgrid/bouncelist/platformsh-auth/{{<
134135| -----------| ---------| -------------|
135136| ` limit ` | ` 50 ` | Number of records to return. |
136137
137- #### Remove from bouncelist
138+ #### Remove from bounce list
138139
139140Only remove an address after confirming it is now valid. Returns ` 204 No Content ` on success.
140141
@@ -144,7 +145,7 @@ curl -X DELETE "https://sendgrid.pltfrm.sh/api/v1/sendgrid/bouncelist/platformsh
144145 -H " content-type: application/json" \
145146 -d ' {"email": "user@example.com"}'
146147```
147-
148+ <!-- vale on -->
148149### Blocks
149150
150151The blocklist prevents sending to addresses that have previously blocked your emails or marked them as spam, protecting your sender reputation.
You can’t perform that action at this time.
0 commit comments