Module mailslurp::apis::domain_controller_api[][src]

Structs

struct for passing parameters to the method add_domain_wildcard_catch_all

struct for passing parameters to the method create_domain

struct for passing parameters to the method delete_domain

struct for passing parameters to the method get_domain

struct for passing parameters to the method update_domain

Enums

struct for typed errors of method add_domain_wildcard_catch_all

struct for typed errors of method create_domain

struct for typed errors of method delete_domain

struct for typed errors of method get_domain

struct for typed errors of method get_domains

struct for typed errors of method update_domain

Functions

Add a catch all inbox to a domain so that any emails sent to it that cannot be matched will be sent to the catch all inbox generated

Link a domain that you own with MailSlurp so you can create email addresses using it. Endpoint returns DNS records used for validation. You must add these verification records to your host provider’s DNS setup to verify the domain.

Delete a domain. This will disable any existing inboxes that use this domain.

Returns domain verification status and tokens for a given domain

List all custom domains you have created

Update values on a domain. Note you cannot change the domain name as it is immutable. Recreate the domain if you need to alter this.