Birthday automation package
--------------------------
Files:
- index.html (Figma template with placeholders <NAME> and <PHOTO>)
- globals.css, style.css (styles from Figma)
- birthdays.csv (employee list)
- images/ (placeholder images; replace with real photos)
- phpmailer/ (placeholder - download PHPMailer and put its src/ here)
- config.php (update SMTP_USER and SMTP_PASS with Gmail + App Password)
- sendMail.php (PHPMailer wrapper)
- send_birthday.php, send_reminder.php (scripts)
- logs/ (log files)

Instructions:
1. Upload and extract this folder into /public_html/
2. Open config.php and set SMTP_USER to 'vishwasdh.rsst@rvei.edu.in' and SMTP_PASS to your Gmail App Password.
3. Download PHPMailer (https://github.com/PHPMailer/PHPMailer) and upload the 'src' directory into phpmailer/src/
4. Test by running: php -q send_birthday.php and php -q send_reminder.php
5. Add cron jobs in cPanel to run daily.
