From 621882a8004abd94d02922637ac0916682422b65 Mon Sep 17 00:00:00 2001 From: Brian Nelson <71141646+briannelson95@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:39:23 -0400 Subject: [PATCH] Update .env.example --- .env.example | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.env.example b/.env.example index 23e8c47..27c1d49 100644 --- a/.env.example +++ b/.env.example @@ -12,9 +12,9 @@ NEXTAUTH_URL=http://localhost:3000 NEXT_PUBLIC_BASE_URL=http://localhost:3000 # SMTP (optional) -SMTP_HOST=mail.smtp2go.com +SMTP_HOST=smtpserver SMTP_PORT=587 -SMTP_USER=briannelson.dev -SMTP_PASS=xgh14Mq9cKrYt65m +SMTP_USER=user +SMTP_PASS=password SMTP_FROM_NAME=Wedding Planner -SMTP_FROM_EMAIL=hello@briannelson.dev \ No newline at end of file +SMTP_FROM_EMAIL=email