MailSlurpAPI.Api.AliasController.reply_to_alias_email
You're seeing just the function
reply_to_alias_email
, go back to MailSlurpAPI.Api.AliasController module for more information.
Link to this function
reply_to_alias_email(connection, alias_id, email_id, reply_to_alias_email_options, opts \\ [])
Specs
reply_to_alias_email( Tesla.Env.client(), String.t(), String.t(), MailSlurpAPI.Model.ReplyToAliasEmailOptions.t(), keyword() ) :: {:ok, MailSlurpAPI.Model.SentEmailDto.t()} | {:error, Tesla.Env.t()}
Reply to an email
Send the reply to the email sender or reply-to and include same subject cc bcc etc. Reply to an email and the contents will be sent with the existing subject to the emails to
, cc
, and bcc
.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- alias_id (String.t): ID of the alias that email belongs to
- email_id (String.t): ID of the email that should be replied to
- reply_to_alias_email_options (ReplyToAliasEmailOptions): replyToAliasEmailOptions
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure