Skip to content

Commit 2e80c62

Browse files
reverting to earlier version
1 parent 19b88ec commit 2e80c62

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ venv/
1515
.tox/
1616
profile*
1717
README.txt
18-
temp*.pysendgrid.env
18+
temp*.py

USE_CASES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,3 +169,17 @@ print(response.status_code)
169169
print(response.body)
170170
print(response.headers)
171171
```
172+
173+
<a name="domain_whitelabel"></a>
174+
# How to Setup a Domain Whitelabel
175+
176+
You can find documentation for how to setup a domain whitelabel via the UI [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/setup_domain_whitelabel.html) and via API [here](https://github.com/sendgrid/sendgrid-csharp/blob/master/USAGE.md#whitelabel).
177+
178+
Find more information about all of SendGrid's whitelabeling related documentation [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/index.html).
179+
180+
<a name="email_stats"></a>
181+
# How to View Email Statistics
182+
183+
You can find documentation for how to view your email statistics via the UI [here](https://app.sendgrid.com/statistics) and via API [here](https://github.com/sendgrid/sendgrid-csharp/blob/master/USAGE.md#stats).
184+
185+
Alternatively, we can post events to a URL of your choice via our [Event Webhook](https://sendgrid.com/docs/API_Reference/Webhooks/event.html) about events that occur as SendGrid processes your email.

sendgrid.env

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)