MailSlurpAPI.Api.AliasController.create_alias
You're seeing just the function
create_alias
, go back to MailSlurpAPI.Api.AliasController module for more information.
Link to this function
create_alias(connection, create_alias_options, opts \\ [])
Specs
create_alias( Tesla.Env.client(), MailSlurpAPI.Model.CreateAliasOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.AliasDto.t()} | {:error, Tesla.Env.t()}
Create an email alias. Must be verified by clicking link inside verification email that will be sent to the address. Once verified the alias will be active. Email aliases use a MailSlurp randomly generated email address (or a custom domain inbox that you provide) to mask or proxy a real email address. Emails sent to the alias address will be forwarded to the hidden email address it was created for. If you want to send a reply use the threadId attached
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- create_alias_options (CreateAliasOptions): createAliasOptions
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure