MailSlurpAPI.Api.InboxController.send_test_email
You're seeing just the function
send_test_email
, go back to MailSlurpAPI.Api.InboxController module for more information.
Link to this function
send_test_email(connection, inbox_id, opts \\ [])
Specs
send_test_email(Tesla.Env.client(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Send a test email to inbox Send an inbox a test email to test email receiving is working
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- inbox_id (String.t): inboxId
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure