# parkerslingshot.epictravelexpeditions.com — Email Configuration **Provider:** Mailjet (placeholder — NOT configured) **Status:** ⚠️ API keys not set — emails are silently dropped ## Current State The site uses Mailjet API keys set to placeholder values. Email sending is disabled until real keys are provided. ## Config File `/home/epictravelexpeditions.com/parkerslingshot/db.php` ```php define("MAILJET_API_KEY", "YOUR_MAILJET_API_KEY"); define("MAILJET_SECRET_KEY", "YOUR_MAILJET_SECRET_KEY"); define("MAIL_FROM", "noreply@parkerslingshotrentals.com"); define("MAIL_FROM_NAME", "Parker County Slingshot Rentals"); define("ADMIN_EMAIL", "info@parkerslingshotrentals.com"); ``` ## Emails Sent - Booking confirmation → customer - Booking alert → admin - Waiver signed confirmation → customer + admin ## Note The `sendEmail()` function uses Mailjet REST API. Could be switched to CyberMail by replacing the Mailjet endpoint/auth with CyberMail API.