MailSlurpAPI.Api.InboxForwarderController.create_new_inbox_forwarder
You're seeing just the function
create_new_inbox_forwarder
, go back to MailSlurpAPI.Api.InboxForwarderController module for more information.
Link to this function
create_new_inbox_forwarder(connection, create_inbox_forwarder_options, opts \\ [])
Specs
create_new_inbox_forwarder( Tesla.Env.client(), MailSlurpAPI.Model.CreateInboxForwarderOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.InboxForwarderDto.t()} | {:error, Tesla.Env.t()}
Create an inbox forwarder Create a new inbox rule for forwarding, blocking, and allowing emails when sending and receiving
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- create_inbox_forwarder_options (CreateInboxForwarderOptions): createInboxForwarderOptions
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure