Skip to content

Commit 0ec573b

Browse files
authored
Fixing build error
1 parent 4f4b91d commit 0ec573b

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-net.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ SuppressionListAddressResourceData suppressionListAddressData = new SuppressionL
100100
suppressionListAddressResource.Update(WaitUntil.Completed, suppressionListAddressData);
101101
```
102102

103-
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.
103+
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.
104104

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

0 commit comments

Comments
 (0)