Testing API Endpoint... ====================== Sending request to http://localhost:8000/landr.php Request data: { "to": "dannyshedrack35@gmail.com", "subject": "You received a Birthday card!", "recipient_name": "Jane Smith", "card_message": "Happy Birthday! \ud83c\udf82\n\nMay all your wishes come true!", "card_category": "Birthday", "background_color": "#E8F5E9", "text_color": "#1B5E20", "font_family": "Georgia" } Response (HTTP 500): ====================== { "status": "error", "message": "Internal server error" } ❌ Failed to send card ======================