rappel de cotisation

This commit is contained in:
Adrien Bourmault 2022-09-15 10:32:31 +02:00
parent c21f37798e
commit 31fb947459
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
2 changed files with 2 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Content-Language: fr
From: =?UTF-8?Q?Tr=c3=a9sorier_de_Libre_en_Communs?= <tresorier@a-lec.org>
To: <COURRIEL-COTISANT>
Bcc: <tresorier@a-lec.org>
Subject: =?UTF-8?Q?=5bTr=c3=a9sorerie=5d_-_modalit=c3=a9s_de_r=c3=a8glement_de_vo?=
Subject: =?UTF-8?Q?Modalit=c3=a9s_de_r=c3=a8glement_de_vo?=
=?UTF-8?Q?tre_cotisation_ANNEE_CIVILE?=
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable

View File

@ -255,6 +255,7 @@ def renotify_unpaid(member):
mailheaders = get_file_content_all(MODALITY_MAIL_HEADERS) + "\n"
mailheaders = mailheaders.replace("ANNEE_CIVILE", year)
mailheaders = mailheaders.replace("COURRIEL-COTISANT", email)
mailheaders = mailheaders.replaces("Modalit", "Rappel_:_modalit")
sendmail(mailheaders, mailtext)