-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ internal GlobalSuppressions(Pathoschild.Http.Client.IClient client) | |
/// <remarks> | ||
/// After much trial and error, we came to the conclusion that SendGrid allows you to search | ||
/// for addresses that "begin with" your search term. So, if you have two email addresses on | ||
/// your global suppression list such as [email protected] and [email protected] for exmaple, | ||
/// your global suppression list such as [email protected] and [email protected] for example, | ||
/// you will be able to search for 'user1', or 'user2' or even 'user' but you cannot search | ||
/// for 'hotmail' or 'gmail'. | ||
/// | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ public interface IGlobalSuppressions | |
/// <remarks> | ||
/// After much trial and error, we came to the conclusion that SendGrid allows you to search | ||
/// for addresses that "begin with" your search term. So, if you have two email addresses on | ||
/// your global suppression list such as [email protected] and [email protected] for exmaple, | ||
/// your global suppression list such as [email protected] and [email protected] for example, | ||
/// you will be able to search for 'user1', or 'user2' or even 'user' but you cannot search | ||
/// for 'hotmail' or 'gmail'. | ||
/// | ||
|