You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[How to Setup a Domain Whitelabel](#domain_whitelabel)
8
+
*[How to View Email Statistics](#email_stats)
7
9
*[Asynchronous Mail Send](#asynchronous-mail-send)
8
10
9
11
<aname="transactional-templates"></a>
@@ -171,6 +173,20 @@ print(response.body)
171
173
print(response.headers)
172
174
```
173
175
176
+
<aname="domain_whitelabel"></a>
177
+
# How to Setup a Domain Whitelabel
178
+
179
+
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-python/blob/master/USAGE.md#whitelabel).
180
+
181
+
Find more information about all of SendGrid's whitelabeling related documentation [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/index.html).
182
+
183
+
<aname="email_stats"></a>
184
+
# How to View Email Statistics
185
+
186
+
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-python/blob/master/USAGE.md#stats).
187
+
188
+
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.
0 commit comments