Function fusionauth_rust_client::apis::default_api::send_email_with_id
source · pub async fn send_email_with_id(
configuration: &Configuration,
email_template_id: &str,
send_request: Option<SendRequest>
) -> Result<SendResponse, Error<SendEmailWithIdError>>
Expand description
Send an email using an email template id. You can optionally provide requestData
to access key value pairs in the email template.