Files
e-cosplay/templates/mails/newsletter-valiate.twig
Serreau Jovann e76650d5f1 ```
 feat(newsletter): Ajoute l'inscription et la désinscription à la newsletter
```
2026-01-11 13:26:10 +01:00

55 lines
2.6 KiB
Twig

{% extends 'mails/base.twig' %}
{% block subject %}
🚀 Valide ton inscription à la newsletter E-Cosplay !
{% endblock %}
{% block content %}
<mj-section background-color="#ffffff" padding-top="20px">
<mj-column width="100%">
{# Titre Impact #}
<mj-text font-size="28px" color="#1A1A1A" font-weight="900" align="center" font-style="italic" text-transform="uppercase">
Presque fini !
</mj-text>
<mj-divider border-color="#fabf04" border-width="4px" width="60px"></mj-divider>
</mj-column>
</mj-section>
<mj-section background-color="#ffffff" padding-top="0px">
<mj-column width="90%" border="3px solid #111827" background-color="#fbfbfb" padding="20px">
<mj-text font-size="16px" color="#111827" line-height="24px" align="center">
Merci de vouloir rejoindre la communauté <strong>E-Cosplay</strong> !
</mj-text>
<mj-text font-size="15px" color="#444444" line-height="22px" align="center">
Pour confirmer que c'est bien toi et commencer à recevoir nos actualités, évènements et projets, clique sur le bouton "BOMBE" ci-dessous :
</mj-text>
{# Bouton Action Brutaliste #}
<mj-button href="{{ datas.confirmationUrl }}" background-color="#4f46e5" color="#ffffff" font-size="18px" font-weight="900" border="3px solid #111827" inner-padding="15px 30px" border-radius="0px" text-transform="uppercase" padding-top="20px">
Confirmer mon inscription
</mj-button>
<mj-text font-size="12px" color="#ec4899" align="center" font-weight="bold" padding-top="15px">
Si tu n'es pas à l'origine de cette demande, ignore simplement cet email.
</mj-text>
</mj-column>
</mj-section>
<mj-section background-color="#ffffff" padding-top="20px">
<mj-column width="100%">
<mj-text font-size="13px" color="#888888" align="center" line-height="18px">
Si le bouton ne fonctionne pas, copie et colle ce lien dans ton navigateur :<br>
<a href="{{ datas.confirmationUrl }}" style="color: #4f46e5;">{{ datas.confirmationUrl }}</a>
</mj-text>
</mj-column>
</mj-section>
<mj-section padding-top="20px">
<mj-column width="100%">
<mj-text font-size="11px" color="#999999" align="center">
<a href="{{ datas.unsubscribeUrl }}" style="color: #999999;">Se désinscrire</a>
</mj-text>
</mj-column>
</mj-section>
{% endblock %}