MailSlurpAPI.Api.CommonActionsController.send_email_simple
You're seeing just the function
send_email_simple
, go back to MailSlurpAPI.Api.CommonActionsController module for more information.
Link to this function
send_email_simple(connection, email_options, opts \\ [])
Specs
send_email_simple( Tesla.Env.client(), MailSlurpAPI.Model.SimpleSendEmailOptions.t(), keyword() ) :: {:ok, nil} | {:error, Tesla.Env.t()}
Send an email If no senderId or inboxId provided a random email address will be used to send from.
Parameters
- connection (MailSlurpAPI.Connection): Connection to server
- email_options (SimpleSendEmailOptions): emailOptions
- opts (KeywordList): [optional] Optional parameters
Returns
} on success {:error, info} on failure