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