Switch contact form to self-hosted SMTP via nodemailer, remove formsubmit.co
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user