Skip to content

Commit 1701226

Browse files
author
Yogesh Mohanraj (from Dev Box)
committed
Addressing PR feedback
1 parent 773ffa8 commit 1701226

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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
@@ -110,7 +110,7 @@ manager.suppressionListAddresses().define(suppressionListAddressId)
110110

111111
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.
112112

113-
If you try sending an email with a domain that has not been suppressed, you will see that the email successfully sends.
113+
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

115115
## Remove an address from a suppression list
116116

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
@@ -111,7 +111,7 @@ await client.suppressionListAddresses.createOrUpdate(
111111

112112
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.
113113

114-
If you try sending an email with a domain that has not been suppressed, you will see that the email successfully sends.
114+
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

116116
## Remove an address from a suppression list
117117

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
@@ -102,7 +102,7 @@ suppressionListAddressResource.Update(WaitUntil.Completed, suppressionListAddres
102102

103103
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.
104104

105-
If you try sending an email with a domain that has not been suppressed, you will see that the email successfully sends.
105+
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

107107
## Remove an address from a suppression list
108108

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ mgmt_client.suppression_list_addresses.create_or_update(
111111

112112
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.
113113

114-
If you try sending an email with a domain that has not been suppressed, you will see that the email successfully sends.
114+
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

116116
## Remove an address from a suppression list
117117

0 commit comments

Comments
 (0)