MailSlurpAPI.Api.EmailController.send_email_source_optional
You're seeing just the function
send_email_source_optional
, go back to MailSlurpAPI.Api.EmailController module for more information.
Link to this function
send_email_source_optional(connection, opts \\ [])
Specs
send_email_source_optional(Tesla.Env.client(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Send email
Alias for InboxController.sendEmail
method - see original method for full details. Sends an email from a given inbox that you have created. If no inbox is supplied a random inbox will be created for you and used to send the email.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- opts (KeywordList): [optional] Optional parameters
} on success {:error, info} on failure