send_email_with_id

Function 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.