mailslurp 11.4.0

Official MailSlurp Email API Client
Documentation
# CreateDomainOptions

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**created_catch_all_inbox** | Option<**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. | [optional]
**description** | Option<**String**> | Optional description of the domain. | [optional]
**domain** | Option<**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. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)