Function mailslurp::apis::email_controller_api::send_email_source_optional[][src]

pub async fn send_email_source_optional(
    configuration: &Configuration,
    params: SendEmailSourceOptionalParams
) -> Result<(), Error<SendEmailSourceOptionalError>>
Expand description

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.