Skip to content

Commit daa4fa1

Browse files
authored
Update try email in python quickstart
1 parent 2f88b77 commit daa4fa1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ mgmt_client.suppression_list_addresses.delete(
127127
)
128128
```
129129

130-
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.
130+
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.
131131

132132
## Remove a suppression list from a domains resource
133133

@@ -140,4 +140,4 @@ mgmt_client.suppression_lists.delete(
140140
domain_resource_name,
141141
suppression_list_resource_name
142142
)
143-
```
143+
```

0 commit comments

Comments
 (0)