========================================
  📧 EMAIL SETUP - Taxi Agadir Airport
========================================

Your beautiful email templates are READY! ✅

To receive these emails, follow these steps:

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP 1: Create .env file
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Create a new file in the server/ folder named:  .env

Add this content:

SMTP_HOST=mail.taxiagadirairport.com
SMTP_PORT=587
EMAIL_USER=info@taxiagadirairport.com
EMAIL_PASS=YOUR_PASSWORD_HERE

Replace YOUR_PASSWORD_HERE with your actual email password.

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP 2: Get Your Email Password
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. Login to Namecheap
2. Go to cPanel
3. Email Accounts section
4. Find: info@taxiagadirairport.com
5. Copy or reset the password
6. Put it in the .env file

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP 3: Start the Server
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

In your terminal:

cd server
node server.js

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
STEP 4: Test It!
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. Open your website
2. Fill the booking form
3. Submit

You will receive:
✅ Admin email (to info@taxiagadirairport.com)
✅ Customer confirmation (to customer's email)

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
EMAIL DESIGNS INCLUDED:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

1. Customer Confirmation (Green) ✅
   - Welcome message
   - Booking summary
   - Next steps
   - WhatsApp button

2. Admin Booking Alert (Blue) 🚕
   - Customer details
   - Trip information
   - Urgent action alert

3. Contact Message (Orange) 💬
   - Contact info
   - Customer message
   - Quick response reminder

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
PREVIEW EMAILS:
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

Open these files in your browser to see designs:

📁 server/email-templates/index.html
   (Shows all 3 email templates)

📁 server/email-templates/customer-confirmation-preview.html
📁 server/email-templates/booking-email-preview.html
📁 server/email-templates/contact-email-preview.html

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

That's it! Your professional email system is ready! 🚀

For detailed help, see: EMAIL_SETUP_GUIDE.md

========================================

