From 2ecd5e5178ec16adb3cb6f183a0a900b5050348f Mon Sep 17 00:00:00 2001 From: Daniel Tartavel Date: Wed, 28 Sep 2022 16:28:05 +0200 Subject: [PATCH] debug --- gestion/envoiMailing.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/gestion/envoiMailing.php b/gestion/envoiMailing.php index 77961c8..3b22ace 100644 --- a/gestion/envoiMailing.php +++ b/gestion/envoiMailing.php @@ -52,7 +52,7 @@ if (empty($idVotation)) $sujet = "[LALIS] Convocation à un vote"; $textDebut = "Bonjour,\nL'association Lalis vous invite à un vote du " . formatteDate('fr', $votation['dd'], 'Europe/Paris') . " 0h00 au " . formatteDate('fr', $votation['df'], 'Europe/Paris') . " minuit.\nMotif du vote : " . $votation['libelle'] . "\n\nPour voter, cliquez sur le lien suivant :\nhttps://lalis69.ddns.net:10443/vote/vote.form.php?v=" . $idVotation . "&id="; $textFin = "\n\nNous vous rappelons que pour pouvoir voter, vous devez être à jour de cotisation à la date du vote.\nLes résultats seront visibles dès le " . formatteDate('fr', $votation['tf'], 'Europe/Paris') . " par le lien suivant : https://lalis69.ddns.net:10443/vote/vote.resultat.php?id=" . $idVotation . "\nAttention: ce lien contient votre identifiant de vote, ne le transmettez, sinon la personne pourra voter à votre place.\n\nPour Lalis, Le Président, David Larochette."; - if ( $_GET['status'] == 'Oui') + if ($_GET['status'] == 'Oui') { foreach($adherents as $adherent) { @@ -65,10 +65,9 @@ if (empty($idVotation)) }else { //print $text; + $text = $textDebut . 'base64_encode($adherent["login"])' . $textFin; envoiMail($admin, $sujet, $text, $html=false, $cc='', $bcc=''); - } - }else { print("

Annulation de l'envoi du Mailing pour la votation : " . $votation['libelle'] . "