From 52d238fba54b94a11f680aff42c681f1bd5e658c Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Mon, 11 Sep 2023 19:04:43 -0700 Subject: [PATCH] updated email template (again) --- chrono_track/src/main.rs | 42 ++++++++++++---------------------------- 1 file changed, 12 insertions(+), 30 deletions(-) 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() {