Function mailslurp::apis::inbox_controller_api::send_email_and_confirm[][src]

pub async fn send_email_and_confirm(
    configuration: &Configuration,
    params: SendEmailAndConfirmParams
) -> Result<SentEmailDto, Error<SendEmailAndConfirmError>>

Sister method for standard sendEmail method with the benefit of returning a SentEmail entity confirming the successful sending of the email with link the the sent object created for it.