Skip to content

Commit a21b169

Browse files
committed
update limitations
1 parent 1c79ce7 commit a21b169

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/use-cases/data-residency-set-hostname.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ sgMail.send(msg);
3232

3333
## Limitations
3434

35-
1. Emails can only be sent to two hosts for now; 'eu' (https://api.eu.sendgrid.com/) and 'global' (https://api.eu.sendgrid.com/)
35+
1. Setting the API Key (via `client.setApiKey()`) or Twilio Authentication (via `client.setTwilioEmailAuth()`) will override the hostname to default value. Use the setter call after this set-up.
36+
2. Emails can only be sent to two hosts for now; 'eu' (https://api.eu.sendgrid.com/) and 'global' (https://api.eu.sendgrid.com/)
3637
2. The default hostname is https://api.sendgrid.com/
3738
3. The valid values for `region` in `client.setDataResidency(region)` are only `eu` and `global`. Case-sensitive.

0 commit comments

Comments
 (0)