Skip to content

Commit 4f4b91d

Browse files
authored
Fixing build error
1 parent 82afa34 commit 4f4b91d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/quickstarts/email/includes/manage-suppression-list-js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ await client.suppressionListAddresses.createOrUpdate(
109109

110110
```
111111

112-
You can now try sending an email to the suppressed address from the [`TryEmail` section of your Communication Service resource](./try-send-email.md) or by [using one of the Email SDKs](../send-email.md). Make sure to send the email using the MailFrom address with the sender username you've chosen to suppress. Your email won't be sent to the suppressed address.
112+
You can now try sending an email to the suppressed address from the [`TryEmail` section of your Communication Service resource or by using one of the Email SDKs](../send-email.md). Make sure to send the email using the MailFrom address with the sender username you've chosen to suppress. Your email won't be sent to the suppressed address.
113113

114114
If you try sending an email from a sender username that has not been suppressed, you will see that the email still successfully sends.
115115

0 commit comments

Comments
 (0)