Email Domain Whitelisting Commands
adddomain
Specifies a comma-separated list of domains that will be honored when sending emails (whitelisting). Any other domains will not be allowed. If no domains are in this list, then an email can be sent to any domain.
Example:
adddomains birst.com,salesforce.com
Use listdomains to see existing allowed domains. Use removedomains to empty the list and allow all domains.
For Account Administrators only.
The equivalent web service is called addEmailDomains.
listdomains
Lists the whitelisted email domains that will be honored when sending emails. Any other domains will not be allowed. The domains in the list were previously added using either the adddomains command or the AddEmailDomains web service.
Example:
listdomains
For Account Administrators only.
Use removedomains to empty the list and allow all domains.
The equivalent web service is called listEmailDomains.
removedomains
Removes all whitelisted domains. After running this command, an email can be sent to any domain. Use adddomains to repopulate the list.
Example:
removedomains
Use listdomains to see existing allowed domains.
For Account Administrators only.
The equivalent web service is called removeEmailDomains.