MailSlurpAPI.Api.SentEmailsController.get_sent_emails
You're seeing just the function
get_sent_emails
, go back to MailSlurpAPI.Api.SentEmailsController module for more information.
Link to this function
get_sent_emails(connection, opts \\ [])
Specs
get_sent_emails(Tesla.Env.client(), keyword()) :: {:ok, MailSlurpAPI.Model.PageSentEmailProjection.t()} | {:error, Tesla.Env.t()}
Get all sent emails in paginated form
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure