✓ CREATE TABLE IF NOT EXISTS organisations ( id INT AUTO_I... ✓ CREATE TABLE IF NOT EXISTS meetings ( id INT AUTO_INCREM... ✓ CREATE TABLE IF NOT EXISTS nudges ( id INT AUTO_INCREMEN... ✓ CREATE TABLE IF NOT EXISTS leap_scores ( id INT AUTO_INC... Tables created. ═══════════════════════════════════════════════════════ cPanel Email Setup — choose one or both options ═══════════════════════════════════════════════════════ OPTION A — Plus addressing (one forwarder, all orgs): 1. Create mailbox: nudge@leapos.john-byrne.info 2. Forwarders → nudge@leapos.john-byrne.info → Pipe to pipe_handler.php 3. Employees invite: nudge+orgslug@leapos.john-byrne.info OPTION B — Dedicated addresses (one forwarder per org): 1. For each org, create a forwarder: nudge-acme@leapos.john-byrne.info → Pipe to pipe_handler.php nudge-bigcorp@leapos.john-byrne.info → Pipe to pipe_handler.php 2. Employees invite: nudge-acme@leapos.john-byrne.info Both options can be used simultaneously. Add organisations: php add_org.php "Acme Corp" acme php add_org.php "BigCorp" bigcorp nudge-bigcorp@leapos.john-byrne.info ═══════════════════════════════════════════════════════