Types
WorkspaceEmailDomainSettings
object
WorkspaceEmailDomainSettingsFields
domainName
String!
supportEmailAddress
String!
alternateSupportEmailAddresses
[String!]!
The list of alternate email addresses that can be used to send emails to and from the workspace. Limited to 5.
e.g. [info@plain.com, help@plain.com].
isForwardingConfigured
Boolean!
Whether the inbound email forwarding rule has been confirmed as set up.
inboundForwardingEmail
String!
The Plain-provided email address that inbound emails should be forwarded to in order to reach this workspace.
isDomainConfigured
Boolean!
Whether the DKIM and return-path DNS records have been verified as correctly configured.
dkimDnsRecord
The DKIM DNS TXT record that must be added to the domain to authenticate outbound emails.
returnPathDnsRecord
The return-path (bounce) DNS CNAME record that must be added to the domain to handle bounces and complaints.

