getSetting('cybermail_api_key', ''), 'from_email' => getSetting('cybermail_from_email', 'noreply@tomsjavajive.com'), 'from_name' => getSetting('cybermail_from_name', "Tom's Java Jive"), 'enabled' => getSetting('email_notifications_enabled', '0'), ]; $tw = [ 'sid' => getSetting('twilio_account_sid', ''), 'token' => getSetting('twilio_auth_token', ''), 'phone' => getSetting('twilio_phone_number', ''), 'enabled' => getSetting('sms_notifications_enabled', '0'), ]; $push = [ 'pub' => getSetting('vapid_public_key', ''), 'priv' => getSetting('vapid_private_key', ''), 'enabled' => getSetting('push_notifications_enabled', '0'), ]; $loyaltyEnabled = getSetting('loyalty_enabled', '1') === '1'; ?>
Configure third-party service integrations
Transactional email — order confirmations, shipping updates
SMS notifications for orders, shipping, and promotions
Web push for order updates and promotions
Reward customers with points and tiers