MailSlurpAPI.Api.CommonActionsController.create_new_email_address
You're seeing just the function
create_new_email_address
, go back to MailSlurpAPI.Api.CommonActionsController module for more information.
Link to this function
create_new_email_address(connection, opts \\ [])
Specs
create_new_email_address(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.Inbox.t()} | {:error, Tesla.Env.t()}
Create new random inbox
Returns an Inbox with an id
and an emailAddress
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure