From 7d29a27a77055c0b62823a3a30cd8251a0a73c4f Mon Sep 17 00:00:00 2001 From: nom Date: Tue, 17 Mar 2026 16:29:20 +0100 Subject: [PATCH] =?UTF-8?q?on=20n'envoie=20plus=20le=20mail=20d'inscriptio?= =?UTF-8?q?n=20=C3=A0=20contact?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/createUser.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/createUser.sh b/bin/createUser.sh index 03b3c8a..5623f7c 100755 --- a/bin/createUser.sh +++ b/bin/createUser.sh @@ -752,8 +752,8 @@ AGORA_ORGA : ${service[AGORA_ORGA]} WIKI_ORGA : ${service[WIKI_ORGA]} bisou!" - echo "docker exec -i mailServ mailx -a 'Content-Type: text/plain; charset=\"UTF-8\"' -r contact@kaz.bzh -s \"KAZ: confirmation d'inscription\" ${EMAIL_CONTACT} << EOF -${MAIL_KAZ} +# echo "docker exec -i mailServ mailx -a 'Content-Type: text/plain; charset=\"UTF-8\"' -r contact@kaz.bzh -s \"KAZ: confirmation d'inscription\" ${EMAIL_CONTACT} << EOF +#${MAIL_KAZ} EOF" | tee -a "${CMD_MSG}" echo " # on envoie la confirmation d'inscription sur l'agora " | tee -a "${CMD_MSG}"