Skip to content

Commit 649781f

Browse files
committed
disable vale
1 parent 1a23fa5 commit 649781f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

sites/platform/src/development/email-observability.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

139140
Only 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

150151
The blocklist prevents sending to addresses that have previously blocked your emails or marked them as spam, protecting your sender reputation.

0 commit comments

Comments
 (0)