MailSlurpAPI.Api.DomainController.add_domain_wildcard_catch_all
You're seeing just the function
add_domain_wildcard_catch_all
, go back to MailSlurpAPI.Api.DomainController module for more information.
Link to this function
add_domain_wildcard_catch_all(connection, id, opts \\ [])
Specs
add_domain_wildcard_catch_all(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.DomainDto.t()} | {:error, Tesla.Env.t()}
Add catch all wild card inbox to domain 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
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- id (String.t): id
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure