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
{{ message }}
This repository was archived by the owner on Aug 27, 2021. It is now read-only.
For any account, SendGrid will attach valid whitelabel information in the following order, starting at the top of the list and applying the whitelabel when the criteria are matched:
85
85
86
-
1. Valid whitelabel that matches the domain in the FROM address
87
-
2. Valid default whitelabel
88
-
3. SendGrid.net
86
+
<ol>
87
+
<li>Valid whitelabel that matches the domain in the FROM address.</li>
88
+
<li>Valid default whitelabel.</li>
89
+
</ol>
90
+
91
+
<em>If no valid whitelabels can be found, we will default to sendgrid.net.</em>
89
92
90
93
For subusers, SendGrid will attach valid whitelabel information in the following order, starting at the top of the list and applying the whitelabel when the criteria are matched:
91
94
92
-
1. Valid whitelabel *for this subuser* that matches the domain in the FROM address
93
-
2. Valid default whitelabel *for this subuser*
94
-
3. Valid whitelabel assigned by the parent account to this subuser
95
-
4. SendGrid.net
95
+
<ol>
96
+
<li>Valid whitelabel *for this subuser* that matches the domain in the FROM address.</li>
97
+
<li>Valid default whitelabel *for this subuser*.</li>
98
+
<li>Valid whitelabel assigned by the parent account to this subuser.</li>
99
+
</ol>
100
+
101
+
<em>If no valid whitelabels can be found, we always default to sendgrid.net.</em>
0 commit comments