Sostituisce Resend con Cloudflare Email Service.
Usa il binding EMAIL per contatti e newsletter, eliminando la dipendenza da Resend e dalle relative API key. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@ -5,7 +5,6 @@ PUBLIC_CONTACT_TURNSTILE_SITE_KEY=
|
||||
PUBLIC_SITE_URL=http://localhost:4321
|
||||
|
||||
CONTACT_FORM_MODE=dev
|
||||
CONTACT_FORM_RESEND_API_KEY=
|
||||
CONTACT_FORM_FROM_EMAIL=no-reply@nexstudio.ai
|
||||
CONTACT_FORM_TO_EMAIL=info@nexstudio.ai
|
||||
CONTACT_FORM_TO_EMAIL_INFO=info@nexstudio.ai
|
||||
@ -13,10 +12,9 @@ CONTACT_FORM_TO_EMAIL_PRIVACY=
|
||||
CONTACT_FORM_TO_EMAIL_CAREERS=
|
||||
CONTACT_TURNSTILE_SECRET_KEY=
|
||||
|
||||
# Newsletter (custom D1 + Resend, double opt-in)
|
||||
# Newsletter (custom D1 + Cloudflare Email Service, double opt-in)
|
||||
# In produzione: NEWSLETTER_MODE=live (oppure CONTACT_FORM_MODE=live come fallback)
|
||||
NEWSLETTER_MODE=dev
|
||||
NEWSLETTER_RESEND_API_KEY=
|
||||
NEWSLETTER_FROM_EMAIL=no-reply@nexstudio.ai
|
||||
NEWSLETTER_NOTIFY_TO_EMAIL=info@nexstudio.ai
|
||||
NEWSLETTER_ADMIN_TOKEN=
|
||||
|
||||
Reference in New Issue
Block a user