Switch contact form to self-hosted SMTP via nodemailer, remove formsubmit.co

This commit is contained in:
nmemmert
2026-04-09 14:38:28 -04:00
parent e93840c25f
commit 4b01d01133
6 changed files with 194 additions and 20 deletions
+10
View File
@@ -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