fix: remplacement emails - contact@ devient client@, monitor@ devient notification@

- contact@e-cosplay.fr remplace par client@e-cosplay.fr dans 87 fichiers
  (PDFs, templates, emails, controllers, DocuSeal submitters)
- monitor@e-cosplay.fr remplace par notification@e-cosplay.fr dans 4 fichiers
  (webhooks DocuSeal, commandes DNS/NDD, controller echeancier)
- Ajout lien "En savoir plus sur notre association" vers www.e-cosplay.fr
  sur la page migration SITECONSEIL

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Serreau Jovann
2026-04-09 15:11:08 +02:00
parent d11837941f
commit 0e1f249cc3
91 changed files with 118 additions and 112 deletions

View File

@@ -8,7 +8,7 @@
<div class="text-green-600 text-4xl mb-4">&#10003;</div>
<h1 class="text-lg font-bold uppercase mb-2">Desabonnement confirme</h1>
<p class="text-sm text-gray-500">L'adresse <strong>{{ email }}</strong> ne recevra plus d'emails commerciaux de E-Cosplay.</p>
<p class="text-xs text-gray-400 mt-4">Pour vous reabonner, contactez <strong>contact@e-cosplay.fr</strong>.</p>
<p class="text-xs text-gray-400 mt-4">Pour vous reabonner, contactez <strong>client@e-cosplay.fr</strong>.</p>
</div>
</div>
{% endblock %}