Update html/admin/sendmail.php
This commit is contained in:
parent
62bd72c30b
commit
fd7ea1b83e
@ -17,7 +17,7 @@ $mailHeaders = array(
|
|||||||
|
|
||||||
$httpMails = array(
|
$httpMails = array(
|
||||||
"test" => "Ceci est un email de test",
|
"test" => "Ceci est un email de test",
|
||||||
"rappel" => "<h3>Votre cotisation est en attente de paiement</h3><p>Votre statut de membre adhérent de la E59 débutera après paiement de la cotisation à l'adresse <a href='https://e59.fr/adhesion'>e59.fr/adhesion</a><br></br>Si vous souhaitez annuler votre demande d'adhésion, contactez-nous sur Discord</p>"
|
"rappel" => "<h3>Votre cotisation est en attente de paiement</h3><p>Votre statut de membre adhérent de la E59 débutera après paiement de la cotisation à l'adresse <a href='" . $rootPageUrl . "adhesion'>" . $rootPageUrl . "adhesion</a><br></br>Si vous souhaitez annuler votre demande d'adhésion, contactez-nous sur Discord</p>"
|
||||||
);
|
);
|
||||||
|
|
||||||
$altMails = array(
|
$altMails = array(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user