MailSlurpAPI.Api.SentEmailsController.get_sent_email
You're seeing just the function
get_sent_email
, go back to MailSlurpAPI.Api.SentEmailsController module for more information.
Link to this function
get_sent_email(connection, id, opts \\ [])
Specs
get_sent_email(Tesla.Env.client(), String.t(), keyword()) :: {:ok, MailSlurpAPI.Model.SentEmailDto.t()} | {:error, Tesla.Env.t()}
Get sent email receipt
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- id (String.t): id
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure