CreateDomainOptions class
Properties
-
createdCatchAllInbox
↔ bool?
-
Whether to create a catch all inbox for the domain. Any email sent to an address using your domain that cannot be matched to an existing inbox you created with the domain will be routed to the created catch all inbox. You can access emails using the regular methods on this inbox ID.
getter/setter pair
-
description
↔ String?
-
Optional description of the domain.
getter/setter pair
-
domain
↔ String
-
The top level domain you wish to use with MailSlurp. Do not specify subdomain just the top level. So
test.com
covers all subdomains such as mail.test.com
. Don't include a protocol such as http://
. Once added you must complete the verification steps by adding the returned records to your domain.
getter/setter pair
-
domainType
↔ CreateDomainOptionsDomainTypeEnum?
-
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.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setteroverride
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited