Rebrand: UK AI Automation — new domain, logo, indigo colour scheme, AI services content

This commit is contained in:
Peter Foster
2026-03-21 09:48:46 +00:00
parent a4a8e237d6
commit 1d705572ad
164 changed files with 2870 additions and 9819 deletions

View File

@@ -5,14 +5,14 @@
// SMTP Configuration
define('SMTP_HOST', 'smtp.gmail.com'); // Your SMTP server
define('SMTP_PORT', 587); // SMTP port (587 for TLS, 465 for SSL)
define('SMTP_USERNAME', 'info@ukdataservices.co.uk'); // Your email
define('SMTP_USERNAME', 'info@ukaiautomation.co.uk'); // Your email
define('SMTP_PASSWORD', 'YOUR_APP_PASSWORD_HERE'); // Your app password
define('SMTP_ENCRYPTION', 'tls'); // 'tls' or 'ssl'
// Email Settings
define('EMAIL_FROM', 'info@ukdataservices.co.uk');
define('EMAIL_FROM_NAME', 'UK Data Services');
define('EMAIL_TO', 'info@ukdataservices.co.uk');
define('EMAIL_FROM', 'info@ukaiautomation.co.uk');
define('EMAIL_FROM_NAME', 'UK AI Automation');
define('EMAIL_TO', 'info@ukaiautomation.co.uk');
// Fallback to PHP mail() if SMTP fails
define('USE_SMTP', false); // Set to true when SMTP is configured