diff --git a/chrono_track/src/main.rs b/chrono_track/src/main.rs index ade86ba..e91bc22 100644 --- a/chrono_track/src/main.rs +++ b/chrono_track/src/main.rs @@ -387,46 +387,28 @@ 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)

+
+
+

Chrono

+ +

Track!

+
+
+
+

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