Function send_mail

Source
pub fn send_mail(
    client: &GraphClient,
    user_id: &str,
    body: Value,
) -> Result<(), Box<dyn Error>>