Interface: DomainPreview
Preview object for domain entity
export
interface
DomainPreview
Table of contents
Properties
Properties
catchAllInboxId
• Optional
catchAllInboxId: string
memberof
DomainPreview
createdAt
• createdAt: Date
memberof
DomainPreview
domain
• domain: string
memberof
DomainPreview
domainType
• domainType: DomainPreviewDomainTypeEnum
Type of domain. Dictates type of inbox that can be created with domain. HTTP means inboxes are processed using SES while SMTP inboxes use a custom SMTP mail server. SMTP does not support sending so use HTTP for sending emails.
memberof
DomainPreview
id
• id: string
memberof
DomainPreview
isVerified
• isVerified: boolean
memberof
DomainPreview