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)
7
+
*[How to View Email Statistics](#email_stats)
6
8
7
9
<aname="transactional-templates"></a>
8
10
# Transactional Templates
@@ -99,3 +101,18 @@ public class Example {
99
101
}
100
102
}
101
103
```
104
+
105
+
<aname="domain_whitelabel"></a>
106
+
# How to Setup a Domain Whitelabel
107
+
108
+
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-java/blob/master/USAGE.md#whitelabel).
109
+
110
+
Find more information about all of SendGrid's whitelabeling related documentation [here](https://sendgrid.com/docs/Classroom/Basics/Whitelabel/index.html).
111
+
112
+
<aname="email_stats"></a>
113
+
# How to View Email Statistics
114
+
115
+
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-java/blob/master/USAGE.md#stats).
116
+
117
+
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