CPANEL EMAIL STUDIO — QUICK SETUP 1. Create a MySQL database and user in cPanel. 2. Extract this package to /home/CPANEL_USER/email-studio. 3. Point a subdomain document root to /home/CPANEL_USER/email-studio/public. 4. Copy config.example.php to config.php. 5. Generate APP key: php -r "echo base64_encode(random_bytes(32)), PHP_EOL;" 6. Edit config.php with database details, base URL, key and install token. 7. Run: composer install --no-dev --optimize-autoloader 8. Open https://YOUR-SUBDOMAIN/install.php and create the administrator. 9. Delete public/install.php. 10. Add cron: */5 * * * * /usr/local/bin/php -q /home/CPANEL_USER/email-studio/cron/process_queue.php >> /home/CPANEL_USER/email-studio/storage/logs/queue.log 2>&1 11. Sign in, save SMTP settings and test SMTP. 12. Save cPanel host, username and API token, then test cPanel.