Icon Dumpsters - Email Configuration Test
Test and configure your SMTP email settings for the KPI system
SMTP Configuration
📧 Gmail Setup Instructions:
- 1. Enable 2-factor authentication on your Gmail account
- 2. Generate an App Password: Google Account → Security → App Passwords
- 3. Use the generated password (not your regular Gmail password)
- 4. Set environment variables: SMTP_USER and SMTP_PASS
🎯 KPI Email Integration
Automated Email Types
- • Rating Request (3 days after rental)
- • Review Request (7 days after rental)
- • Reminder Email (14 days after rental)
- • Thank You Email (after rating)
- • Improvement Email (low ratings)
- • KPI Reports (weekly/monthly)
Competitive Strategy
- • Automated review generation
- • Customer satisfaction tracking
- • Performance monitoring
- • Market position analysis
- • Competitor benchmarking
🔧 Environment Variables
Add these to your .env.local file or Vercel environment variables:
SMTP_HOST=smtp.gmail.com
SMTP_PORT=587
SMTP_USER=jeremyuwg@gmail.com
SMTP_PASS=your_app_password_here
NEXT_PUBLIC_SITE_URL=https://icondumpsters.com