MailSlurpAPI.Model.CreateDomainOptions (mailslurp v15.17.22)

Options for creating a domain to use with MailSlurp. You must have ownership access to this domain in order to verify it. Domains will not function correctly until the domain has been verified. See https://www.mailslurp.com/guides/custom-domains for help. Domains can be either `HTTP` or `SMTP` type. The type of domain determines which inboxes can be used with it. `SMTP` inboxes use a mail server running `mx.mailslurp.com` while `HTTP` inboxes are handled by AWS SES.

Summary

Types

@type t() :: %MailSlurpAPI.Model.CreateDomainOptions{
  createdCatchAllInbox: boolean() | nil,
  description: String.t() | nil,
  domain: String.t(),
  domainType: String.t() | nil
}