Interface DomainDto

Domain plus verification records and status

Export

Interface

DomainDto

Hierarchy

  • DomainDto

Properties

catchAllInboxId?: string

The optional catch all inbox that will receive emails sent to the domain that cannot be matched.

Memberof

DomainDto

createdAt: Date

Memberof

DomainDto

dkimTokens: string[]

Unique token DKIM tokens

Memberof

DomainDto

domain: string

Custom domain name

Memberof

DomainDto

domainNameRecords: DomainNameRecord[]

List of DNS domain name records (C, MX, TXT) etc that you must add to the DNS server associated with your domain provider.

Memberof

DomainDto

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

DomainDto

hasMissingRecords: boolean

Whether the domain has missing required records. If true then see the domain in the dashboard app.

Memberof

DomainDto

id: string

Memberof

DomainDto

isVerified: boolean

Whether domain has been verified or not. If the domain is not verified after 72 hours there is most likely an issue with the domains DNS records.

Memberof

DomainDto

missingRecordsMessage?: string

If the domain is missing records then show which pairs are missing.

Memberof

DomainDto

updatedAt: Date

Memberof

DomainDto

userId: string

Memberof

DomainDto

verificationToken: string

Verification tokens

Memberof

DomainDto