From 82345af4e35f6ac9e08d766031161aa67f616036 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Wed, 14 Sep 2022 23:42:10 +0200 Subject: [PATCH] =?UTF-8?q?WIP:=20contr=C3=B4le=20cotisation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- controle_cotisation/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controle_cotisation/main.py b/controle_cotisation/main.py index a23d76c..710b126 100755 --- a/controle_cotisation/main.py +++ b/controle_cotisation/main.py @@ -334,7 +334,7 @@ def validate(member): # Preparing mail mailheaders = get_file_content_all(RECEPT_MAIL_HEADERS) + "\n" - mailtext = get_file_content_all(RECEPT_MAIL).replace("COURRIEL-COTISANT", + mailtext = get_file_content_all(RECEPT_MAIL).replace("COURRIEL-COTISANT", \ answer["email"]) + "\n") mailtattach = get_file_content_all(RECEPT_MAIL_ATTACHMENT) + "\n"