From ce06a82a58b7900c6e7998b8e609ccc97c3eb28a Mon Sep 17 00:00:00 2001 From: jfelderh Date: Thu, 19 Dec 2024 20:19:43 +0100 Subject: [PATCH] fix --- src/mail.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mail.rs b/src/mail.rs index 537de16..5f979c0 100644 --- a/src/mail.rs +++ b/src/mail.rs @@ -99,7 +99,7 @@ impl Repartition { .from(("Compta Alpes", "commu.alpes.site@gmail.com")) .to(vec![(name.clone(), to_mail.clone())]) .cc(vec![("Joël de la compta")]) - .subject("Compta Alpes 2024") + .subject("[Alpes 2024] Répartition des coûts") .text_body(mail.clone()); println!("Sending mail to {}", name); println!("{}", mail);