From 45ea1fbfa96ad8c6e476b45c061b9bd24e5540b0 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 11 Sep 2023 18:35:50 -0700 Subject: [PATCH] updated email template --- chrono_track/src/main.rs | 38 +++++++++++++++++++++++++++++++------- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/chrono_track/src/main.rs b/chrono_track/src/main.rs index 16ce56f..ade86ba 100644 --- a/chrono_track/src/main.rs +++ b/chrono_track/src/main.rs @@ -387,22 +387,46 @@ fn send_email_summary(config: &Config, body_content: Vec, cliargs: &CliA .body(data, ContentType::parse("text/csv").unwrap()); const HTML: &str = r#" - + ChronoTrack Export + -
-
- -

Prepared with care, and sent through the horrors of the interwebs, ChronoTrack presents! (see attached) +
+
+ +

Prepared with care, and sent through the horrors of the interwebs, ChronoTrack presents! (see attached)

-"#; + + "#; let email = Message::builder() .from(match cliargs.from_addr.parse() {