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() {