From f15fc7dea680f36a008de08fb5206903fe55aa81 Mon Sep 17 00:00:00 2001 From: Jordan Date: Thu, 26 Feb 2026 20:37:09 +0000 Subject: [PATCH] Remove hardcoded SMTP credentials from variables.php Co-Authored-By: Claude Opus 4.6 --- lib/variables.php | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/lib/variables.php b/lib/variables.php index 9e46b6d..93f1a9c 100755 --- a/lib/variables.php +++ b/lib/variables.php @@ -41,16 +41,6 @@ // CocoDB::$force_redis_module = @CocoDB::bloquedCacheByURL($_SERVER["REQUEST_URI"]) ? false : true; // CocoDB::$force_redis_html = @CocoDB::bloquedCacheByURL($_SERVER["REQUEST_URI"]) ? false : true; - CocoEmail::$smtp = true; - CocoEmail::$smtp_data["host"] = "***REMOVED***"; - CocoEmail::$smtp_data["port"] = "587"; - CocoEmail::$smtp_data["secure"] = "STARTTLS"; - CocoEmail::$smtp_data["username"] = "noreply@quantumasis.com"; - CocoEmail::$smtp_data["password"] = "uK5DDSa7sjPm7YtBbkRR"; - CocoEmail::$smtp_data["from"] = "noreply@quantumasis.com"; - CocoEmail::$smtp_data["from_name"] = "QuantumASIS"; - - $plantilla = "template/estandar"; define("PLANTILLA",$plantilla); define("RUTA_PLANTILLA","/".$plantilla);