11 lines
437 B
Bash
11 lines
437 B
Bash
# Copy this file to .env and fill in your real values.
|
|
# Never commit .env to version control.
|
|
|
|
# Outlook SMTP credentials for the contact form
|
|
# Use an app password (not your main password):
|
|
# 1. Go to account.microsoft.com → Security → Advanced security options
|
|
# 2. Enable 2-step verification if not already on
|
|
# 3. Create an App password and paste it here
|
|
SMTP_USER=vbvwithnate@outlook.com
|
|
SMTP_PASS=your_app_password_here
|