Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 503 Bytes

File metadata and controls

28 lines (22 loc) · 503 Bytes

EzySync Next.js Website with Gmail Contact Form

Setup

  1. Install dependencies:
npm install
  1. Create .env.local in the root with:
GMAIL_USER=yourgmail@gmail.com
GMAIL_PASS=your-app-password
  1. Run locally:
npm run dev
  1. Deploy to Vercel:
  • Push code to GitHub.
  • Connect repo on Vercel.
  • Add environment variables in Vercel project settings (same as .env.local).

Contact Form

  • Uses Gmail SMTP with Nodemailer.
  • Requires an App Password from Google.