🐛 Fix: retour JSON contact
This commit is contained in:
11
.env.example
11
.env.example
@@ -10,5 +10,14 @@ RECAPTCHA_SECRET_KEY=your_secret_key_here
|
||||
# Contact Email
|
||||
CONTACT_EMAIL=contact@example.com
|
||||
|
||||
# PHPMailer (SMTP)
|
||||
MAIL_HOST=smtp.example.com
|
||||
MAIL_PORT=587
|
||||
MAIL_USERNAME=contact@example.com
|
||||
MAIL_PASSWORD=change_me
|
||||
MAIL_ENCRYPTION=tls
|
||||
MAIL_FROM=contact@example.com
|
||||
MAIL_FROM_NAME=Portfolio
|
||||
|
||||
# Securite
|
||||
APP_SECRET=your_random_secret_key_here
|
||||
APP_SECRET=your_random_secret_key_here
|
||||
|
||||
Reference in New Issue
Block a user