Skip to content
This repository was archived by the owner on Aug 27, 2021. It is now read-only.

Commit af9f8e1

Browse files
author
Matt Bernier
committed
Merge pull request #1256 from sendgrid/mbernier-patch-4
Changed wording of whitelabel application
2 parents 3e9dbe5 + a0e4036 commit af9f8e1

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

source/User_Guide/Settings/Whitelabel/index.html

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,19 @@ <h3><a href="{{root_url}}/User_Guide/Settings/Whitelabel/ips.html">IP Addresses
8383

8484
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:
8585

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>
8992

9093
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:
9194

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

Comments
 (0)