Skip to content

Commit 82afa34

Browse files
authored
Update manage-suppression-list-java.md
Fixing build error
1 parent daa4fa1 commit 82afa34

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ manager.suppressionListAddresses().define(suppressionListAddressId)
108108
.create();
109109
```
110110

111-
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.
111+
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.
112112

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

0 commit comments

Comments
 (0)