Skip to content

Commit d2efa6a

Browse files
committed
Remove more references to 'whitelabel'
Signed-off-by: chandler <[email protected]>
1 parent 4f25d59 commit d2efa6a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

USAGE.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2083,7 +2083,7 @@ Console.ReadLine();
20832083

20842084
**This endpoint allows you to retrieve a list of all assigned and unassigned IPs.**
20852085

2086-
Response includes warm up status, pools, assigned subusers, and whitelabel info. The start_date field corresponds to when warmup started for that IP.
2086+
Response includes warm up status, pools, assigned subusers, and authentication info. The start_date field corresponds to when warmup started for that IP.
20872087

20882088
A single IP address or a range of IP addresses may be dedicated to an account in order to send email for multiple domains. The reputation of this IP is based on the aggregate performance of all the senders who use it.
20892089

@@ -2130,7 +2130,7 @@ Console.ReadLine();
21302130

21312131
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
21322132

2133-
IP pools can only be used with whitelabeled IP addresses.
2133+
IP pools can only be used with authenticated IP addresses.
21342134

21352135
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
21362136

@@ -2156,7 +2156,7 @@ Console.ReadLine();
21562156

21572157
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
21582158

2159-
IP pools can only be used with whitelabeled IP addresses.
2159+
IP pools can only be used with authenticated IP addresses.
21602160

21612161
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
21622162

@@ -2177,7 +2177,7 @@ Console.ReadLine();
21772177

21782178
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
21792179

2180-
IP pools can only be used with whitelabeled IP addresses.
2180+
IP pools can only be used with authenticated IP addresses.
21812181

21822182
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
21832183

@@ -2204,7 +2204,7 @@ Console.ReadLine();
22042204

22052205
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
22062206

2207-
IP pools can only be used with whitelabeled IP addresses.
2207+
IP pools can only be used with authenticated IP addresses.
22082208

22092209
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
22102210

@@ -2226,7 +2226,7 @@ Console.ReadLine();
22262226

22272227
IP Pools allow you to group your dedicated SendGrid IP addresses together. For example, you could create separate pools for your transactional and marketing email. When sending marketing emails, specify that you want to use the marketing IP pool. This allows you to maintain separate reputations for your different email traffic.
22282228

2229-
IP pools can only be used with whitelabeled IP addresses.
2229+
IP pools can only be used with authenticated IP addresses.
22302230

22312231
If an IP pool is NOT specified for an email, it will use any IP available, including ones in pools.
22322232

@@ -3157,7 +3157,7 @@ Console.ReadLine();
31573157

31583158
*You may create up to 100 unique sender identities.*
31593159

3160-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3160+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
31613161

31623162
### POST /senders
31633163

@@ -3193,7 +3193,7 @@ Console.ReadLine();
31933193

31943194
**This endpoint allows you to retrieve a list of all sender identities that have been created for your account.**
31953195

3196-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3196+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
31973197

31983198
### GET /senders
31993199

@@ -3210,7 +3210,7 @@ Console.ReadLine();
32103210

32113211
**This endpoint allows you to update a sender identity.**
32123212

3213-
Updates to `from.email` require re-verification. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3213+
Updates to `from.email` require re-verification. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
32143214

32153215
Partial updates are allowed, but fields that are marked as "required" in the POST (create) endpoint must not be nil if that field is included in the PATCH request.
32163216

@@ -3249,7 +3249,7 @@ Console.ReadLine();
32493249

32503250
**This endpoint allows you to retrieve a specific sender identity.**
32513251

3252-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3252+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
32533253

32543254
### GET /senders/{sender_id}
32553255

@@ -3267,7 +3267,7 @@ Console.ReadLine();
32673267

32683268
**This endoint allows you to delete one of your sender identities.**
32693269

3270-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3270+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
32713271

32723272
### DELETE /senders/{sender_id}
32733273

@@ -3285,7 +3285,7 @@ Console.ReadLine();
32853285

32863286
**This enpdoint allows you to resend a sender identity verification email.**
32873287

3288-
Sender Identities are required to be verified before use. If your domain has been whitelabeled it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
3288+
Sender Identities are required to be verified before use. If your domain has been authenticated it will auto verify on creation. Otherwise an email will be sent to the `from.email`.
32893289

32903290
### POST /senders/{sender_id}/resend_verification
32913291

0 commit comments

Comments
 (0)