Client Communications Test
Test automated appointment reminders and thank-you emails
Appointment Reminder
Send reminder email with WhatsApp link
Phil Scaife's appointment at 2:40 PM today
What happens:
- Email sent to client with appointment details
- WhatsApp link included for easy contact
- Reminder marked as sent in database
Thank You Email
Send thank-you with booking link for next appointment
30013 = Cut & Blow Dry
What happens:
- Thank you email sent to client
- Booking link for Friday 10am Cut & Blow Dry
- Link pre-fills service, date, and time
📧 Email Configuration
Current Status: Test Mode (emails logged to console)
To enable actual email sending, add these environment variables:
EMAIL_HOST- SMTP server (e.g., smtp.gmail.com)EMAIL_PORT- SMTP port (usually 587)EMAIL_USER- Your email addressEMAIL_PASSWORD- Email password or app-specific password
For now, check the server console to see the email content that would be sent!
