feat(contact): ajouter un backend pour le traitement des formulaires de contact avec validation et envoi d'e-mails
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# Configuration SMTP pour contact-backend.js
|
||||
SMTP_HOST=HOST
|
||||
SMTP_PORT=PORT
|
||||
SMTP_SECURE=false
|
||||
SMTP_USER=USER
|
||||
SMTP_FROM=FROM
|
||||
SMTP_PASS=PASSWORD
|
||||
PORT=PORT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user