getConfiguredEmailDomains

abstract suspend fun getConfiguredEmailDomains(): List<String>

Get a list of all of the configured domains. Primarily intended to be used as part of performing an email send operation in order to fetch all domains configured for the service so that appropriate encryption decisions can be made.

Return

A list of all configured domains.

Throws