MailSlurpAPI.Api.AliasController.send_alias_email
You're seeing just the function
send_alias_email
, go back to MailSlurpAPI.Api.AliasController module for more information.
Link to this function
send_alias_email(connection, alias_id, opts \\ [])
Specs
send_alias_email(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.SentEmailDto.t()} | {:error, Tesla.Env.t()}
Send an email from an alias inbox Send an email from an alias. Replies to the email will be forwarded to the alias masked email address
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- alias_id (String.t): aliasId
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure