Skip to content

Commit 2a9e27c

Browse files
authored
Update try email link in java qs
1 parent 1701226 commit 2a9e27c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ manager.suppressionListAddresses()
121121
.delete(resourceGroupName, emailServiceName, domainResourceName, suppressionListResourceName, suppressionListAddressId);
122122
```
123123

124-
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 will successfully send to the previously suppressed address.
124+
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 will successfully send to the previously suppressed address.
125125

126126
## Remove a suppression list from a domains resource
127127

@@ -130,4 +130,4 @@ Call the `delete` method on `suppressionLists` to remove a suppression list from
130130
```java
131131
manager.suppressionLists()
132132
.delete(resourceGroupName, emailServiceName, domainResourceName, suppressionListResourceName);
133-
```
133+
```

0 commit comments

Comments
 (0)