Files
NexStudio/src/pages/newsletter/grazie.astro
Javaxman 7aff1abcfb Aggiunge newsletter custom con D1, double opt-in e invio campagne.
Attiva il form footer, API subscribe/confirm/unsubscribe e endpoint admin protetti, riusando Resend per le email.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-28 23:23:19 +02:00

20 lines
667 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
import SubpageLayout from '../../layouts/SubpageLayout.astro';
---
<SubpageLayout
title="Grazie — Newsletter NexStudio"
description="Richiesta di iscrizione alla newsletter ricevuta."
heading="Controlla la tua email"
lead="Abbiamo ricevuto la richiesta di iscrizione. Per completarla, apri il messaggio di conferma e clicca sul link (double opt-in)."
>
<p>
Se non trovi lemail, controlla anche la cartella spam o promozioni. Il link
di conferma scade solo se viene generata una nuova richiesta per lo stesso
indirizzo.
</p>
<p>
<a class="text-sky-400/90 hover:text-sky-300" href="/">Torna alla home</a>
</p>
</SubpageLayout>