PORT=5000
MONGO_URI=mongodb://localhost:27017/mern_contact
JWT_SECRET='MERN-Contact-Form-W!th-Ema!l-Informed'
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_SECURE=false
SMTP_USER=your_smtp_username
SMTP_PASS=your_smtp_password
FROM_EMAIL="Support <support@example.com>"
