VOTE
'); $db = new db(); $dolibarr = new dbDolibarr(); if (empty($idVotation)) { choixVotation('./envoiMailing.php') ; }else { //chargement des données de la votation $db->query("SELECT *, UNIX_TIMESTAMP( DATE_ADD(dateFin, INTERVAL 1 DAY)) as tf, UNIX_TIMESTAMP(dateFin) as df, UNIX_TIMESTAMP(dateDebut) as dd FROM liste_votations WHERE id=" . $idVotation); $votation = $db->result->fetch_array(); if(empty($_GET['status'])) { print(' '); }elseif($_GET['status'] == 'Oui' OR $_GET['status'] == 'Test') { // message //chargement de la liste des adhérents $dolibarr->query("SELECT login, firstname, lastname, email FROM llx_adherent"); $adherents = $dolibarr->result->fetch_all(MYSQLI_ASSOC); $dolibarr->close(); $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.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.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."; foreach($adherents as $adherent) { $text = $textDebut . base64_encode($adherent['login']) . $textFin; print '' . $adherent['email'] . ' ' . $adherent['firstname'] . ' ' . $adherent['lastname'] . EOLH . nl2br($text) . ''; if ( $_GET['status'] == 'Oui') { //print $text; envoiMail($adherent['email'], $sujet, $text, $html=false, $cc='', $bcc=''); //envoiMail('dtux@free.fr', $sujet, $text, $html=false, $cc='', $bcc=''); } } }else { print("
Annulation de l'envoi du Mailing pour la votation : " . $votation['libelle'] . "
"); } print('